|
|
|
|
Location:
ImageCodecData.h
Link against: imageconversion.lib
class TJpegImageData : public TImageDataBlock;
JPEG specific image data variant which holds color sampling and quality factor information.
It can be used with both the JPEG decoder and encoder.
TImageDataBlock - The abstract base class for all format-specific image data variants
TJpegImageData - JPEG specific image data variant which holds color sampling and quality factor information
Defined in TJpegImageData:
DuplicateL(), EColor420, EColor422, EColor444, EMonochrome, TColorSampling, TJpegImageData(), iQualityFactor, iSampleScheme
Inherited from TImageDataBlock:
DataType()
private: virtual TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TColorSampling
Flag reflecting the color sampling type.
|
TInt iQualityFactor;
The quality factor.
This represents the current allowable percentage level of degradation when compressing the image data.
The range is 0 to 100 inclusive.