|
|
|
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.
TFrameDataBlock -
The abstract base class for all format-specific frame data variants.
TTiffImageData - ...
Defined in TTiffImageData:
DuplicateL(CFrameImageData &)constProvides a copy of an object that manages a list of frame and image block data, ...TTiffImageData()Default constructor for this class. iBitsPerSampleThe number of bits per sample.iCompressionThe compression setting.iFillOrderThe fill order.iHeightInTwipsThe frame height in twips.iNewSubfileTypeThe new subfile type.iNumStripsThe number of TTiffImageStrips.iPhotometricInterpretationThe photometric interpretation setting.iRowsPerStripThe number of rows per strip.iSamplesPerPixelThe number of samples per pixel.iSizeInPixelsThe frame size in pixels.iStripInfoAn array of TTiffImageStrips.iT4OptionsT4 options as per the "Standardization of Group 3 facsimile apparatus for d...iT6OptionsT6 options as per the "Facsimile Coding Schemes and Coding Control Function...iWidthInTwipsThe frame width in twips.Inherited from TFrameDataBlock:
DataType()constReturns the data type of the current TFrameDataBlock object.TFrameDataBlock(TUid)Constructs and initialises the TFrameDataBlock object to the data type specified...private: virtual TFrameDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
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.
|
|
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;
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".
HBufC8 * iStripInfo;
An array of TTiffImageStrips.