Class TFPReaderJPEG

Unit

Declaration

type TFPReaderJPEG = class(TFPCustomImageReader)

Description

This item has no description.

Hierarchy

Overview

Methods

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

Properties

Public property GrayScale: boolean read FGrayscale;
Public property ProgressiveEncoding: boolean read FProgressiveEncoding;
Public property Smoothing: boolean read FSmoothing write SetSmoothing;
Public property Performance: TJPEGReadPerformance read FPerformance write SetPerformance;
Public property Scale: TJPEGScale read FScale write FScale;
Public property MinWidth: integer read FMinWidth write FMinWidth;
Public property MinHeight: integer read FMinHeight write FMinHeight;

Description

Methods

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

This item has no description.

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

This item has no description.

Public constructor Create; override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Public property GrayScale: boolean read FGrayscale;

This item has no description.

Public property ProgressiveEncoding: boolean read FProgressiveEncoding;

This item has no description.

Public property Smoothing: boolean read FSmoothing write SetSmoothing;

This item has no description.

Public property Performance: TJPEGReadPerformance read FPerformance write SetPerformance;

This item has no description.

Public property Scale: TJPEGScale read FScale write FScale;

This item has no description.

Public property MinWidth: integer read FMinWidth write FMinWidth;

This item has no description.

Public property MinHeight: integer read FMinHeight write FMinHeight;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.