Specifies whether to remove unwanted JBIG2 segments and whether to use the dictionary for text symbols.
|
This enumeration is used with the Jb2_Flags property bag item when saving JBIG2 files.
WICLeadJb2Flags Meaning WICLeadJb2FlagNone No action. WICLeadJb2FlagRemoveMarker Remove the two bytes marker from the generic region segment data. WICLeadJb2FlagRemoveHeaderSegment Remove the JBIG2 header. WICLeadJb2FlagRemoveEopSegment Remove the End Of Page segment. WICLeadJb2FlagRemoveEofSetment Remove the End Of File segment. WICLeadJb2FlagEnableDictionary Enable the encoder to use the text symbol dictionary.
You can use a bit-wise OR to specify more than one flag. For more information, refer to the Jb2_Flags property bag item.
For an example, refer to LEAD Bitmap Encoder Property Bag: JBIG2 Specific Options.