How to set image quality of snapshot taken
Article Metadata
The following code is used to set the image quality for the snapshot taken using JSR 234
imageFormatControl = (ImageFormatControl)player.getControl("javax.microedition.amms.control.
ImageFormatControl");
imageFormatControl.setParameter(FormatControl.PARAM_QUALITY, 100);


Level:Basic
This articles shows a simple example code lines to set image quality of snapshot taken. Using main class ImageFormatControl we can set image parameters to fix its quality to the highest level possible.
Given code and explanation is short and easy to understand.Must try if you want to set your future pictures quality withing your application.
--kalki 20:05, 26 September 2009 (UTC)