|
|
|
|
Location:
ImageCodecData.h
Link against: imageconversion.lib
class TJpegComment : public TImageDataBlock;
JPEG specific image data variant which holds JPEG comment information.
It can be used with both the JPEG decoder and encoder.
TImageDataBlock - The abstract base class for all format-specific image data variants
TJpegComment - JPEG specific image data variant which holds JPEG comment information
Defined in TJpegComment:
DuplicateL(), TJpegComment(), iComment
Inherited from TImageDataBlock:
DataType()
private: virtual TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
HBufC8 * iComment;
The JPEG comment associated with the JPEG image.