Class TBGRAWriterJPEG

Unit

Declaration

type TBGRAWriterJPEG = class(TFPWriterJPEG)

Description

Extends the TFPWriterJPEG to save resolution

Hierarchy

Overview

Fields

Protected ACompressInfo: jpeg_compress_struct;
Protected FError: jpeg_error_mgr;
Protected FProgressMgr: TFPJPEGProgressManager;

Methods

Protected procedure InternalWrite(Str: TStream; Img: TFPCustomImage); override;
Protected procedure WriteResolutionValues(Img: TFPCustomImage); virtual;

Description

Fields

Protected ACompressInfo: jpeg_compress_struct;

This item has no description.

Protected FError: jpeg_error_mgr;

This item has no description.

Protected FProgressMgr: TFPJPEGProgressManager;

This item has no description.

Methods

Protected procedure InternalWrite(Str: TStream; Img: TFPCustomImage); override;

This item has no description.

Protected procedure WriteResolutionValues(Img: TFPCustomImage); virtual;

This item has no description.