Class TFPWriterTiff
Unit
Declaration
type TFPWriterTiff = class(TFPCustomImageWriter)
Description
This item has no description.
Hierarchy
- TObject
- TFPCustomImageHandler
- TFPCustomImageWriter
- TFPWriterTiff
Overview
Methods
| Protected | procedure InternalWrite(Stream: TStream; Img: TFPCustomImage); override; |
| Protected | procedure AddEntryString(Tag: word; const s: string); |
| Protected | procedure AddEntryShort(Tag: word; Value: Word); |
| Protected | procedure AddEntryLong(Tag: word; Value: DWord); |
| Protected | procedure AddEntryShortOrLong(Tag: word; Value: DWord); |
| Protected | procedure AddEntryRational(Tag: word; const Value: TTiffRational); |
| Protected | procedure AddEntry(Tag: Word; EntryType: Word; EntryCount: DWord; Data: Pointer; Bytes: DWord; CopyData: boolean = true); overload; |
| Protected | procedure AddEntry(Entry: TTiffWriterEntry); overload; |
| Protected | procedure TiffError(Msg: string); |
| Protected | procedure EncodeDeflate(var Buffer: Pointer; var Count: DWord); |
| Public | constructor Create; override; |
| Public | destructor Destroy; override; |
| Public | procedure Clear; |
| Public | procedure AddImage(Img: TFPCustomImage); |
| Public | procedure SaveToStream(Stream: TStream); |
Properties
| Public | property SaveCMYKAsRGB: boolean read FSaveCMYKAsRGB write FSaveCMYKAsRGB; |
Description
Methods
| Protected | procedure InternalWrite(Stream: TStream; Img: TFPCustomImage); override; |
|
This item has no description. | |
| Protected | procedure AddEntryString(Tag: word; const s: string); |
|
This item has no description. | |
| Protected | procedure AddEntryShort(Tag: word; Value: Word); |
|
This item has no description. | |
| Protected | procedure AddEntryLong(Tag: word; Value: DWord); |
|
This item has no description. | |
| Protected | procedure AddEntryShortOrLong(Tag: word; Value: DWord); |
|
This item has no description. | |
| Protected | procedure AddEntryRational(Tag: word; const Value: TTiffRational); |
|
This item has no description. | |
| Protected | procedure AddEntry(Tag: Word; EntryType: Word; EntryCount: DWord; Data: Pointer; Bytes: DWord; CopyData: boolean = true); overload; |
|
This item has no description. | |
| Protected | procedure AddEntry(Entry: TTiffWriterEntry); overload; |
|
This item has no description. | |
| Protected | procedure TiffError(Msg: string); |
|
This item has no description. | |
| Protected | procedure EncodeDeflate(var Buffer: Pointer; var Count: DWord); |
|
This item has no description. | |
| Public | constructor Create; override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure Clear; |
|
This item has no description. | |
| Public | procedure AddImage(Img: TFPCustomImage); |
|
This item has no description. | |
| Public | procedure SaveToStream(Stream: TStream); |
|
This item has no description. | |
Properties
| Public | property SaveCMYKAsRGB: boolean read FSaveCMYKAsRGB write FSaveCMYKAsRGB; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.