Specifies whether to take no action, keep all dictionary symbols or remove unrepeated symbols from the dictionary when saving JBIG2 files with an IWICLeadBitmapEncoder.
typedef enum WICLeadJb2TextFlags{ WICLeadJb2ImageFlagsNone= 0, WICLeadJb2ImageFlagsUseTypicalPrediction= 0x1000, WICLeadJb2TextFlagKeepAllSymbols= 0x2000, } WICLeadJb2TextFlags; |
For more information, refer to the Jb2_TextFlags 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.