#include <pngout.hpp>
Static Public Member Functions | |
static void | pngoutopenfile (char *fnam, long xsiz, long ysiz) |
Open file for png-output. | |
static void | pngoutputpixel (long rgbcol) |
Output pixel to png-file. | |
static void | pngoutputpixelRGB (long rgbcol) |
Output pixel to png-file. | |
static void | pngoutputpixelRGBSWAP (long rgbcol) |
Output pixel to png-file. Swap the RGB channels. |
static void PNGOUT::pngoutopenfile | ( | char * | fnam, | |
long | xsiz, | |||
long | ysiz | |||
) | [inline, static] |
Open file for png-output.
fnam | Filename for png-output. | |
xsiz | The width of the image. | |
ysiz | The height of the image. |
static void PNGOUT::pngoutputpixel | ( | long | rgbcol | ) | [inline, static] |
Output pixel to png-file.
rgbcol | The color of this pixel. |
static void PNGOUT::pngoutputpixelRGB | ( | long | rgbcol | ) | [inline, static] |
Output pixel to png-file.
rgbcol | The color of this pixel. |
static void PNGOUT::pngoutputpixelRGBSWAP | ( | long | rgbcol | ) | [inline, static] |
Output pixel to png-file. Swap the RGB channels.
rgbcol | The color of this pixel. |