return the width of the core image created on the camera film
this value multiplied by the value return from STATE_camera_get_height()
indicates the quality of the picture that will be created
you can modify the picture quality by using the following functions
1- STATE_engine_set_picture_quality(int quality);
2- STATE_engine_increase_picture_quality(void);
3- STATE_engine_decrease_picture_quality(void);
|