Hi,
My application needs to save a picture taken with the camera into the RMS for future use. How can I efficiently store/encode the picture, preferably without using non-standard API?
Presently, I use MIDP-2 Image.getRGB() to access the picture bits and then drop alpha channel and "useless" bits, but the data is still tens of KB...
Any idea?

Reply With Quote
When I did such search ~6 months ago, I found pretty much. Just get and use 

