1.3.4 - 03 September 2002
Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>
Get the current set of defaults used by the PNG file save plug-in
This procedure returns the current set of defaults stored as a parasite for the PNG save plug-in. These defaults are used to seed the UI, by the file_png_save_defaults procedure, and by gimp_file_save when it detects to use PNG.
unknown
None
Type | Name | Description |
---|---|---|
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? |
PF_INT | comment | Write comment? |
PF_INT | svtrans | Preserve color of transparent pixels? |