Class TFPReaderOpenRaster
Unit
Declaration
type TFPReaderOpenRaster = class(TFPCustomImageReader)
Description
Reader for ORA image format (flattened)
Hierarchy
- TFPCustomImageReader
- TFPReaderOpenRaster
Overview
Methods
function InternalCheck(Stream: TStream): boolean; override; |
|
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
Properties
property Height: integer read FHeight; |
|
property NbLayers: integer read FNbLayers; |
|
property Width: integer read FWidth; |
Description
Methods
function InternalCheck(Stream: TStream): boolean; override; |
|
This item has no description. |
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
|
This item has no description. |
Properties
property Height: integer read FHeight; |
|
This item has no description. |
property NbLayers: integer read FNbLayers; |
|
This item has no description. |
property Width: integer read FWidth; |
|
This item has no description. |