TIF Image as Grid Export Automation Options
Since the Export Options dialog is not displayed when the program is driven from an automation script, an options string (e.g. OutGridOptions) can be specified in the script. The string consists of comma-separated parameters which specify the behavior of the export options. The following are the output string options for exporting a TIF image as a grid.
Option |
Action |
Default |
Description |
Compress |
0 = No compression 1 = Packbits 2 = Deflate |
0 |
Set the compression type of an exported TIF file. |
Format |
0 = Monolithic (one strip) 1 = One row per strip 2 = 16 rows per strip 3 = 64 rows per strip 4 = 64x64-pixel tiles 5 = 256x256-pixel tiles |
3 |
Choose from a variety of strip and tile output formats when exporting TIF files. Option 0 is the least efficient option but has the highest degree of compatibility with other software. |