file-png-save

Michael Sweet <mike@easysw.com>
Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>

Description

Saves files in PNG file format

Help

This plug-in saves Portable Network Graphics (PNG) files.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image
PF_DRAWABLE drawable Drawable to save
PF_VALUE filename The name of the file to save the image in
PF_VALUE raw-filename The name of the file to save the image in
PF_INT interlace Use Adam7 interlacing?
PF_INT compression Deflate Compression factor (0--9)
PF_INT bkgd Write bKGD chunk?
PF_INT gama Write gAMA chunk?
PF_INT offs Write oFFs chunk?
PF_INT phys Write pHYs chunk?
PF_INT time Write tIME chunk?

Return

None