Hi,
I am new to J2ME .. How do I store the captured images on Nokia 3650 and browse/view the same images stored locally
Also what is the size of the image (.png format) being stored and Is there a fixed limit on memory size for data (images)
Hi,
I am new to J2ME .. How do I store the captured images on Nokia 3650 and browse/view the same images stored locally
Also what is the size of the image (.png format) being stored and Is there a fixed limit on memory size for data (images)
Hello
Is you capture image using Mobile Media API, you can not save images using the the file system.
MIDlet can save data only into persistent storage(RMS).
so basicly you will read image as byte array and save that in to RMS.
Thanks for the reply
Is their a specific API for storing the images into RMS where there is a the flexibility of specifying the image format and size
Is there a provision to convert the stored images into Thumbnails
Last edited by Ghouse; 2003-05-28 at 06:59.