Unit BGRAWriteTiff

📄 Source code

Description

Implements the writer for the TIFF image format

Uses

Overview

Structures

Name Description
Class TBGRAWriterTiff Extends the TFPCustomImageWriter to write the TIFF image format
Class TTiffWriterEntry Entry in a TIFF file

Functions and Procedures

function CompareTiffWriteEntries(Entry1, Entry2: Pointer): integer;
function CompressDeflate(InputData: PByte; InputCount: LongWord; out Compressed: PByte; var CompressedCount: LongWord; ErrorMsg: PAnsiString = nil): boolean;

Description

Functions and Procedures

function CompareTiffWriteEntries(Entry1, Entry2: Pointer): integer;

This item has no description.

function CompressDeflate(InputData: PByte; InputCount: LongWord; out Compressed: PByte; var CompressedCount: LongWord; ErrorMsg: PAnsiString = nil): boolean;

This item has no description.