file_sunras_load << INDEX >> file_tga_load

file_sunras_save (1996)

NAME
file_sunras_save - save file in the SunRaster file format
SYNOPSIS
file_sunras_save (run_mode,image,drawable,filename,raw_filename,rle)
DESCRIPTION
SUNRAS saving handles all image types except those with alpha channels.
MENUPATH
<Save>/SUNRAS
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
INT32rleSpecify non-zero for rle output, zero for standard output
SOME SYNTAX ALTERNATIVES
file_sunras_save (drawable,filename,raw_filename,rle)
file_sunras_save (image,drawable,filename,raw_filename,rle)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/sunras
AUTHOR
Peter Kirchgessner
(c)1996 Peter Kirchgessner


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