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.
Reference
LEAD WIC-Enabled Codecs Overview
Registering a LEAD WIC-Enabled Codec
LEAD Bitmap Encoder Property Bag
LEAD Bitmap Encoder Property Bag: JPEG2000 Specific Options
LEAD Bitmap Encoder Property Bag: JBIG2 Specific Options
LEAD Bitmap Encoder Property Bag: XPS Specific Options
For an example, refer to LEAD Bitmap Encoder Property Bag: JBIG2 Specific Options.