TTiffImageData Class Reference

class TTiffImageData : public TFrameDataBlock

TIFF specific frame data variant. Holds colour sampling and quality factor information.

It can only be used with the TIFF decoder.

Inherits from

Constructor & Destructor Documentation

TTiffImageData()

IMPORT_C TTiffImageData ( )

Default constructor for this class.

Member Functions Documentation

DuplicateL(CFrameImageData &)

TFrameDataBlock * DuplicateL ( CFrameImageData & aFrameImageData ) const [private, virtual]

Provides a copy of an object that manages a list of frame and image block data, but not a bitwise copy. It provides a new reference to the object.

Parameters

CFrameImageData & aFrameImageData An object that manages a list of frame and image block data

Member Data Documentation

TInt iBitsPerSample

TInt iBitsPerSample

The number of bits per sample.

TInt iCompression

TInt iCompression

The compression setting.

TInt iFillOrder

TInt iFillOrder

The fill order.

TReal iHeightInTwips

TReal iHeightInTwips

The frame height in twips.

TUint32 iNewSubfileType

TUint32 iNewSubfileType

The new subfile type.

TInt iNumStrips

TInt iNumStrips

The number of TTiffImageStrips.

TInt iPhotometricInterpretation

TInt iPhotometricInterpretation

The photometric interpretation setting.

TInt iRowsPerStrip

TInt iRowsPerStrip

The number of rows per strip.

TInt iSamplesPerPixel

TInt iSamplesPerPixel

The number of samples per pixel.

TSize iSizeInPixels

TSize iSizeInPixels

The frame size in pixels.

HBufC8 * iStripInfo

HBufC8 * iStripInfo

An array of TTiffImageStrips.

TInt iT4Options

TInt iT4Options

T4 options as per the "Standardization of Group 3 facsimile apparatus for document transmission, Recommendation T.4, Volume VII, Fascicle VII.3".

TInt iT6Options

TInt iT6Options

T6 options as per the "Facsimile Coding Schemes and Coding Control Functions for Group 4 Facsimile Apparatus, Recommendation T.6, Volume VII, Fascicle VII.3".

TReal iWidthInTwips

TReal iWidthInTwips

The frame width in twips.