Re: How to convert an image to byte array in j2me..??
Posted By:
Anonymous
Posted On:
Monday, March 23, 2009 02:33 AM
Image image = Image.createImage("/xyz.gif");
byte [] temp = image.toString().getBytes();
By using this code you can convert an Image to a byte array.
Re: How to convert an image to byte array in j2me..??
Posted By:
Anonymous
Posted On:
Sunday, March 22, 2009 12:02 PM
please visit this http://www.java-tips.org/java-me-tips/midp/how-to-store-retrieve-image-in-from-rms.html
wish it help enough :)