TJpegFileFormatIJL Class
ImagingJpegIJL | Legend | Members | Methods | Properties | Hierarchy

Class for loading/saving Jpeg images.

Pascal
public TJpegFileFormatIJL = class(TImageFileFormat);
File

ImagingJpegIJL (at line 50)

Description

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.

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