
Specifies type of prediction to use when saving JBIG2 files with an IWICLeadBitmapEncoder.
typedef enum WICLeadJb2ImageFlags{
WICLeadJb2ImageFlagsNone= 0,
WICLeadJb2ImageFlagsUseTypicalPrediction= 0x0010,
} WICLeadJb2ImageFlags;
|
|
This enumeration is used with the Jb2_ImageFlags property bag item when saving JBIG2 files.
WICLeadJb2ImageFlags Meaning WICLeadJb2ImageFlagsNone No prediction. WICLeadJb2ImageFlagsUseTypicalPrediction Use typical prediction.
For more information, refer to the Jb2_ImageFlags property bag item.
For an example, refer to LEAD Bitmap Encoder Property Bag: JBIG2 Specific Options.