2.2.2.10 EmfPlusCompressedImage Object

The EmfPlusCompressedImage object specifies an image with compressed data.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

CompressedImageData (variable)

...

CompressedImageData (variable): An array of bytes, which specify the compressed image. The type of compression is determined from the data itself.

Bitmaps are specified by EmfPlusBitmap objects (section 2.2.2.2). An EmfPlusCompressedImage object MUST be present in the BitmapData field of an EmfPlusBitmap object if the BitmapDataTypeCompressed value (section 2.1.1.2) is specified in its Type field.

This object is generic and is used for different types of compressed data, including:

See section 2.2.2 for the specification of additional structure objects.