As is known that, image encoders are not currently available in J2ME. I have tried to port a j2se JPEG encoder to J2ME, but it cost me 32M memory when generating a 800x600 image. Could anyone help me. Thanks
As is known that, image encoders are not currently available in J2ME. I have tried to port a j2se JPEG encoder to J2ME, but it cost me 32M memory when generating a 800x600 image. Could anyone help me. Thanks
Hi... don't know if you ever solved this, but I recently wrote a BMP Encoder for J2ME. Grab an LGPL copy from my blog
http://javablog.co.uk/2007/12/26/j2me-bitmap-encoder/
I'm also working on PNG... which will probably be uncompressed depending on how hard it is to obtain a zip writer for J2ME. Remember that J2ME can't display BMPs, so this is only useful for transmitting data across the network.