file-tiff-save2

Spencer Kimball & Peter Mattis

Description

saves files in the tiff file format

Help

Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image
PF_DRAWABLE drawable Drawable to save
PF_VALUE filename The name of the file to save the image in
PF_VALUE raw-filename The name of the file to save the image in
PF_INT compression Compression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4), CCITT G3 Fax (5), CCITT G4 Fax (6) }
PF_INT save-transp-pixels Keep the color data masked by an alpha channel intact

Return

None