Linux Standard Base Desktop Specification 3.1 | ||
---|---|---|
<<< Previous | Next >>> |
png_write_png() shall provide the high-level write operation. The function shall write the PNG stream if the entire image information is available in png_ptr. The integer "transforms" shall contain the logical OR of a set of the following transformation flags:
No transformation
Expand 1, 2 and 4-bit samples to bytes
Change order of packed pixels to LSB first
Invert monochrome images
Normalize pixels to the sBIT depth
Flip RGB to BGR, RGBA to BGRA
Flip RGBA to ARGB or GA to AG
Change alpha from opacity to transparency
Byte-swap 16-bit samples
Strip off filler bytes
<<< Previous | Home | Next >>> |
png_write_info | Up | png_write_row |