Class for loading/saving Jpeg images.
public TJpegFileFormat = class(TImageFileFormat);
ImagingJpeg (at line 77)
Supports load/save of 8 bit grayscale and 24 bit RGB images. Jpegs can be saved with optional progressive encoding. Based on IJG's JpegLib so doesn't support alpha channels and lossless coding.
TObject TImageFileFormat TJpegFileFormat