How to set image format in JSR 234
Article Metadata
For you define the format of an image you use the code below:
imageFormatControl = (ImageFormatControl)player.getControl("javax.microedition.amms.control.
ImageFormatControl");
imageFormatControl.setFormat("image/jpeg");


Level:Basic
Article gives details such as how can we set image format in j2me using java specification request 234.Give code is true and I have used to set it to image/png and it worked perfectly.
--kalki 20:36, 26 September 2009 (UTC)