file_png_load << INDEX >> file_pnm_load

file_png_save (1.3.3 - 30 June 2000)

NAME
file_png_save - Saves files in PNG file format
SYNOPSIS
file_png_save (run_mode,image,drawable,filename,raw_filename,interlace,compression,bkgd,gama,offs,phys,time)
DESCRIPTION
This plug-in saves Portable Network Graphics (PNG) files.
MENUPATH
<Save>/PNG
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
INT32interlaceUse Adam7 interlacing?
INT32compressionDeflate Compression factor (0--9)
INT32bkgdWrite bKGD chunk?
INT32gamaWrite gAMA chunk?
INT32offsWrite oFFs chunk?
INT32physWrite tIME chunk?
INT32timeWrite pHYs chunk?
SOME SYNTAX ALTERNATIVES
file_png_save (drawable,filename,raw_filename,interlace,compression,bkgd,gama,offs,phys,time)
file_png_save (image,drawable,filename,raw_filename,interlace,compression,bkgd,gama,offs,phys,time)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/png
AUTHOR
Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>
(c)1.3.3 - 30 June 2000 Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb


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