file_pnm_load << INDEX >> file_print_gimp

file_pnm_save (1996)

NAME
file_pnm_save - saves files in the pnm file format
SYNOPSIS
file_pnm_save (run_mode,image,drawable,filename,raw_filename,raw)
DESCRIPTION
PNM saving handles all image types except those with alpha channels.
MENUPATH
<Save>/PNM
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
INT32rawSpecify non-zero for raw output, zero for ascii output
SOME SYNTAX ALTERNATIVES
file_pnm_save (drawable,filename,raw_filename,raw)
file_pnm_save (image,drawable,filename,raw_filename,raw)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/pnm
AUTHOR
Erik Nygren
(c)1996 Erik Nygren


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