TJpegFileFormat Class
ImagingJpeg | Legend | Members | Methods | Properties | Hierarchy

Class for loading/saving Jpeg images.

Pascal
public TJpegFileFormat = class(TImageFileFormat);
File

ImagingJpeg (at line 77)

Description

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.

Hierarchy
TObject
TImageFileFormat
TJpegFileFormat
Related Information
You are here: Symbol Reference > Classes > TJpegFileFormat Class