Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageCodecData.h>
Link against: imageconversion.lib

Class TTiffImageData

class TTiffImageData : public TFrameDataBlock;

Description

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

It can only be used with the TIFF decoder.

Derivation

Members

Defined in TTiffImageData:

Inherited from TFrameDataBlock:


Construction and destruction


TTiffImageData()

IMPORT_C TTiffImageData();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL(CFrameImageData &)const

private: virtual TFrameDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;

Description

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

Return value

TFrameDataBlock *

[Top]


Member data


iNewSubfileType

TUint32 iNewSubfileType;

Description

The new subfile type.


iSizeInPixels

TSize iSizeInPixels;

Description

The frame size in pixels.


iBitsPerSample

TInt iBitsPerSample;

Description

The number of bits per sample.


iSamplesPerPixel

TInt iSamplesPerPixel;

Description

The number of samples per pixel.


iCompression

TInt iCompression;

Description

The compression setting.


iT4Options

TInt iT4Options;

Description

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


iT6Options

TInt iT6Options;

Description

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".


iPhotometricInterpretation

TInt iPhotometricInterpretation;

Description

The photometric interpretation setting.


iFillOrder

TInt iFillOrder;

Description

The fill order.


iWidthInTwips

TReal iWidthInTwips;

Description

The frame width in twips.


iHeightInTwips

TReal iHeightInTwips;

Description

The frame height in twips.


iRowsPerStrip

TInt iRowsPerStrip;

Description

The number of rows per strip.


iNumStrips

TInt iNumStrips;

Description

The number of TTiffImageStrips.


iStripInfo

HBufC8 * iStripInfo;

Description

An array of TTiffImageStrips.