Class TBGRAWriterJPEG
Unit
Declaration
type TBGRAWriterJPEG = class(TFPWriterJPEG)
Description
Extends the TFPWriterJPEG to save resolution
Hierarchy
- TFPWriterJPEG
- TBGRAWriterJPEG
Overview
Fields
ACompressInfo: jpeg_compress_struct; |
|
FError: jpeg_error_mgr; |
|
FProgressMgr: TFPJPEGProgressManager; |
Methods
procedure InternalWrite(Str: TStream; Img: TFPCustomImage); override; |
|
procedure WriteResolutionValues(Img: TFPCustomImage); virtual; |
Description
Fields
ACompressInfo: jpeg_compress_struct; |
|
This item has no description. |
FError: jpeg_error_mgr; |
|
This item has no description. |
FProgressMgr: TFPJPEGProgressManager; |
|
This item has no description. |
Methods
procedure InternalWrite(Str: TStream; Img: TFPCustomImage); override; |
|
This item has no description. |
procedure WriteResolutionValues(Img: TFPCustomImage); virtual; |
|
This item has no description. |