JBIG2TextFlags property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

unsigned JBIG2TextFlags

Delphi Syntax

JBIG2TextFlags: L_UINT

Overview

Refer to Saving a Bitmap to a File.

Remarks

Flag that indicates whether to keep all dictionary symbols or remove unrepeated symbols from the dictionary. Possible values are:

Value

Meaning

JBIG2_TEXT_REMOVEUNREPEATEDSYM

[0x1000] Removes unrepeated symbols from the dictionary. When this flag is used those symbols in the dictionary which do not have any match in the bitmap are removed from the text dictionary to be encoded as non-text, resulting in a smaller file size.

JBIG2_TEXT_KEEPALLSYM

[0x2000] Keeps all dictionary symbols. 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, JBIG2XResolution Property, JBIG2YResolution Property, JBIG2Flags Property.

Topics:

Raster Images: Saving Files