|
||
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 &)const
Provides a copy of an object that manages a list of frame and image block data, ...TTiffImageData()
Default constructor for this class. iBitsPerSample
The number of bits per sample.iCompression
The compression setting.iFillOrder
The fill order.iHeightInTwips
The frame height in twips.iNewSubfileType
The new subfile type.iNumStrips
The number of TTiffImageStrips.iPhotometricInterpretation
The photometric interpretation setting.iRowsPerStrip
The number of rows per strip.iSamplesPerPixel
The number of samples per pixel.iSizeInPixels
The frame size in pixels.iStripInfo
An array of TTiffImageStrips.iT4Options
T4 options as per the "Standardization of Group 3 facsimile apparatus for d...iT6Options
T6 options as per the "Facsimile Coding Schemes and Coding Control Function...iWidthInTwips
The frame width in twips.Inherited from TFrameDataBlock
:
DataType()const
Returns 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.