file_tiff_load << INDEX >> file_url_load

file_tiff_save (1995-1996,2000)

NAME
file_tiff_save - saves files in the tiff file format
SYNOPSIS
file_tiff_save (run_mode,image,drawable,filename,raw_filename,compression)
DESCRIPTION
Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite.
MENUPATH
<Save>/Tiff
IMAGETYPES
RGB*, GRAY*, INDEXED
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableDrawable to save
STRINGfilenameThe name of the file to save the image in
STRINGraw_filenameThe name of the file to save the image in
INT32compressionCompression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4)
SOME SYNTAX ALTERNATIVES
file_tiff_save (drawable,filename,raw_filename,compression)
file_tiff_save (image,drawable,filename,raw_filename,compression)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/tiff
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996,2000 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>