file_tga_load << INDEX >> file_tiff_load

file_tga_save (1997)

NAME
file_tga_save - saves files in the Targa file format
SYNOPSIS
file_tga_save (run_mode,image,drawable,filename,raw_filename,rle)
DESCRIPTION
FIXME: write help for tga_save
MENUPATH
<Save>/TGA
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
INT32rleUse RLE compression
SOME SYNTAX ALTERNATIVES
file_tga_save (drawable,filename,raw_filename,rle)
file_tga_save (image,drawable,filename,raw_filename,rle)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/tga
AUTHOR
Raphael FRANCOIS, Gordon Matzigkeit
(c)1997 Raphael FRANCOIS, Gordon Matzigkeit


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