Class TBGRAReaderJpeg

Unit

Declaration

type TBGRAReaderJpeg = class(TFPReaderJPEG)

Description

Reader for JPEG image format

Hierarchy

Overview

Fields

Protected CompressInfo: jpeg_decompress_struct;
Protected FError: jpeg_error_mgr;

Methods

Public constructor Create; override;
Protected function InternalCheck(Str: TStream): boolean; override;
Protected procedure InternalRead(Str: TStream; Img: TFPCustomImage); override;
Protected procedure ReadResolutionValues(Img: TFPCustomImage); virtual;

Description

Fields

Protected CompressInfo: jpeg_decompress_struct;

This item has no description.

Protected FError: jpeg_error_mgr;

This item has no description.

Methods

Public constructor Create; override;

This item has no description.

Protected function InternalCheck(Str: TStream): boolean; override;

This item has no description.

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

This item has no description.

Protected procedure ReadResolutionValues(Img: TFPCustomImage); virtual;

This item has no description.