file-mng-save

Mukund Sivaraman <muks@mukund.org>

Description

Saves images in the MNG file format

Help

This plug-in saves images in the Multiple-image Network Graphics (MNG) format which can be used as a replacement for animated GIFs, and more.


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 interlacing
PF_INT compression PNG deflate compression level (0 - 9)
PF_FLOAT quality JPEG quality factor (0.00 - 1.00)
PF_FLOAT smoothing JPEG smoothing factor (0.00 - 1.00)
PF_INT loop (ANIMATED MNG) Loop infinitely
PF_INT default-delay (ANIMATED MNG) Default delay between frames in milliseconds
PF_INT default-chunks (ANIMATED MNG) Default chunks type (0 = PNG + Delta PNG; 1 = JNG + Delta PNG; 2 = All PNG; 3 = All JNG)
PF_INT default-dispose (ANIMATED MNG) Default dispose type (0 = combine; 1 = replace)
PF_INT bkgd Write bKGD (background color) chunk
PF_INT gama Write gAMA (gamma) chunk
PF_INT phys Write pHYs (image resolution) chunk
PF_INT time Write tIME (creation time) chunk

Return

None