Is there any way to convert an image into a ByteArray in order to send it using a socket?
Is there any way to convert an image into a ByteArray in order to send it using a socket?
Hi SalemH,
you should use the Image getRGB() method to retrieve individual pixel data into an int array, and then you can easily use it. Check these related threads for useful code:
http://discussion.forum.nokia.com/fo...ad.php?t=71764
http://discussion.forum.nokia.com/fo...d.php?t=152986
Pit
... or use my code found in this thread: http://discussion.forum.nokia.com/fo...d.php?t=156767