JPEG -- JPEG JFIF File Format

The JPEG JFIF format is supported for reading, and batch writing, but not update in place. JPEG files are represented as one band (greyscale) or three band (RGB) datasets with Byte valued bands.

There is currently no support for georeferencing information or metadata for JPEG files. But if an ESRI world file exists with the .wld or .jgw suffixes, it will be read and used to establish the geotransform for the image. Overviews can be built for JPEG files as an external .ovr file.

The GDAL JPEG Driver is built using the Independent JPEG Group's jpeg library. Also note that the GeoTIFF driver supports tiled TIFF with JPEG compressed tiles.

Creation Options

JPEG files are created using the "JPEG" driver code. Only Byte band types are supported, and only 1 and 3 band configurations. JPEG file creation is implemented by the batch (CreateCopy) method. See Also: