SaveOldJTif property (Main Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

bool SaveOldJTif ();

Delphi Syntax

SaveOldJTIF: Boolean

Overview

Refer to Saving a Bitmap to a File

Remarks

Enables or disables writing old JTIF files style when saving JTIF images (FILE_TIF_JPEG, FILE_TIF_JPEG_422, or FILE_TIF_JPEG_411) only. Possible values are:

Value

Meaning

TRUE

Enable writing old JTIF files style. The TIFF files will be saved with Compression Tag set to 6. Also, the JTIF files will save the Q, AC and DC tables in TIFF markers.

FALSE

Disable writing old JTIF files style. The TIFF files will be saved with Compression Tag set to 7. Also, the JTIF files will save the Q, AC and DC tables inside the embedded JPEG stream. This is the default value.

To write old JTIF files style when saving JTIF images, set this property value to TRUE before calling the Save method.

See Also

Elements:

SaveOffset method, FileSizeWritten property, SaveTileHeight property, SaveTileWidth property, SavePad4 property, Save method

Topics:

Raster Images: Saving Files