JBIG2TemplateType property (Main Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

Byte JBIG2TemplateType

Delphi Syntax

JBIG2TemplateType: L_UCHAR

Overview

Refer to Saving a Bitmap to a File.

Remarks

Gets or sets a value that specifies the template to be used for the template-based arithmetic encoder. Possible values are:

Value

Meaning
Template

0

Three lines with 16 pixels template.

image\Template0.gif

 

1

Three lines with 13 pixels template.

image\Template1.gif

 

2

Three lines with 10 pixels template.

image\Template2.gif

 

3

Two lines with 10 pixels template.

image\Template3.gif

 

The default value is 0.

See Also

Elements:

JBIG2SaveFlags property, JBIG2GBATX1 property, JBIG2GBATY1 property, JBIG2GBATX2 property, JBIG2GBATY2 property, JBIG2GBATX3 property, JBIG2GBATY3 property, JBIG2GBATX4 property, JBIG2GBATY4 property

Topics:

Raster Images: Saving Files