Class TBGRAReaderJpeg
Unit
Declaration
type TBGRAReaderJpeg = class(TFPReaderJPEG)
Description
Reader for JPEG image format
Hierarchy
- TFPReaderJPEG
- TBGRAReaderJpeg
Overview
Fields
CompressInfo: jpeg_decompress_struct; |
|
FError: jpeg_error_mgr; |
Methods
constructor Create; override; |
|
function InternalCheck(Str: TStream): boolean; override; |
|
procedure InternalRead(Str: TStream; Img: TFPCustomImage); override; |
|
procedure ReadResolutionValues(Img: TFPCustomImage); virtual; |
Description
Fields
CompressInfo: jpeg_decompress_struct; |
|
This item has no description. |
FError: jpeg_error_mgr; |
|
This item has no description. |
Methods
constructor Create; override; |
|
This item has no description. |
function InternalCheck(Str: TStream): boolean; override; |
|
This item has no description. |
procedure InternalRead(Str: TStream; Img: TFPCustomImage); override; |
|
This item has no description. |
procedure ReadResolutionValues(Img: TFPCustomImage); virtual; |
|
This item has no description. |