|
LibGd 2.4.0-dev
GD Graphics library
|
Options for writing PNG data. More...
#include <gd.h>
Data Fields | |
| int | compression_level |
| unsigned int | filters |
| int | compression_strategy |
| const gdImageMetadata * | metadata |
| unsigned int | resolution_x |
| unsigned int | resolution_y |
Options for writing PNG data.
| int gdPngWriteOptions::compression_level |
PNG compression level: 0-9, or -1 for the zlib default.
| int gdPngWriteOptions::compression_strategy |
One of the GD_PNG_COMPRESSION_STRATEGY_* constants.
| unsigned int gdPngWriteOptions::filters |
Bitmask of GD_PNG_FILTER_* constants.
| const gdImageMetadata* gdPngWriteOptions::metadata |
Optional metadata to embed in the PNG.
| unsigned int gdPngWriteOptions::resolution_x |
Horizontal resolution in DPI, or 0 to use the gdImage value.
| unsigned int gdPngWriteOptions::resolution_y |
Vertical resolution in DPI, or 0 to use the gdImage value.