Class for loading/saving Jpeg images.
public TJpegFileFormatIJL = class(TImageFileFormat);
ImagingJpegIJL (at line 50)
This is alternative to default built-in Jpeg handler (which uses JpegLib). This handler uses Intel Jpeg Library 1.5 (DLL needed) and is much faster than JpegLib (2-4x). Also supports reading and writing of alpha channels in Jpeg files.
TObject TImageFileFormat TJpegFileFormatIJL