ConvertToTIFF
Converts the current image to a TIFF.
Syntax
bool ConvertToTIFF ()
Parameters
None.Returns
True, if the image is converted to a TIFF. False, if the input image is a TIFF or if a failure occurs during the conversion.Level
Page Level.Details
Converts the current image to a TIFF. The output file name will have a TIF extension.Supported input file formats: BMP (1, 4, 8, or 24-bit), GIF (1, 4 or 8-bit), JPG or JPEG (8 and 12-bit grayscale and 24-bit color), and PNG (1, 4, 8 and 24-bit).
Note: Not all actions that manipulate images support
the same input file formats as this action.
- Example:
SetTiffCompression("3") ConvertToTIFF()