JBIG2Flags property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

unsigned JBIG2Flags

Delphi Syntax

JBIG2Flags: L_UINT

Overview

Refer to Saving a Bitmap to a File.

Remarks

Flags that indicate whether to remove unwanted JBIG2 segments and whether to use the dictionary for text symbols. You can use a bit-wise OR (|) to specify more than one flag.  Possible values are:

Value

Meaning

Removing the unwanted JBIG2 segments:

JBIG2_REMOVE_MARKER

[0x0001] Removes the two bytes marker from the generic region segment data.

JBIG2_REMOVE_HEADER_SEGMENT

[0x0002] Removes the JBIG2 header.

JBIG2_REMOVE_EOP_SEGMENT

[0x0004] Removes the End Of Page segment.

JBIG2_REMOVE_EOF_SEGMENT

[0x0008] Removes the End Of File segment.

Using dictionary for text symbols:

JBIG2_ENABLE_DICTIONARY

[0x0100] Enables the encoder to use the text symbol dictionary. This is the default value.

See Also

Elements:

JBIG2ImageTemplateType Property, JBIG2ImageGBATX1 Property, JBIG2ImageGBATY1 Property, JBIG2ImageGBATX2 Property, JBIG2ImageGBATY2 Property, JBIG2ImageGBATX3 Property, JBIG2ImageGBATY3 Property, JBIG2ImageGBATX4 Property, JBIG2ImageGBATY4 Property, JBIG2ImageQFactor Property, JBIG2ImageFlags Property, JBIG2TextTemplateType Property, JBIG2TextGBATX1 Property, JBIG2TextGBATY1 Property, JBIG2TextGBATX2 Property, JBIG2TextGBATY2 Property, JBIG2TextGBATX3 Property, JBIG2TextGBATY3 Property, JBIG2TextGBATX4 Property, JBIG2TextGBATY4 Property, JBIG2TextMinSymArea Property, JBIG2TextMinSymWidth Property, JBIG2TextMinSymHeight Property, JBIG2TextMaxSymArea Property, JBIG2TextMaxSymWidth Property, JBIG2TextMaxSymHeight Property, JBIG2TextDifThreshold Property, JBIG2TextQFactor Property, JBIG2TextFlags Property, JBIG2XResolution Property, JBIG2YResolution Property.

Topics:

Raster Images: Saving Files