The supported image file format extensions on the camera roll.
#include <camera/camera_api.h>
typedef enum {
CAMERA_ROLL_PHOTO_FMT_DEFAULT = 0
CAMERA_ROLL_PHOTO_FMT_JPG
CAMERA_ROLL_PHOTO_FMT_PNG
} camera_roll_photo_fmt_t;
BlackBerry 10.0.0
These extensions are only used to generate filenames. The actual formatting of the image data is the responsibility of the application writing to the file.