PNGOUT Class Reference

PNGOUT class. Code by Ken Silverman (www.advsys.net/ken). Added MACROS and did some minor changes and Wrapped it inside a new class. More...

#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.


Detailed Description

PNGOUT class. Code by Ken Silverman (www.advsys.net/ken). Added MACROS and did some minor changes and Wrapped it inside a new class.


Member Function Documentation

static void PNGOUT::pngoutopenfile ( char *  fnam,
long  xsiz,
long  ysiz 
) [inline, static]

Open file for png-output.

Parameters:
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.

Parameters:
rgbcol The color of this pixel.

static void PNGOUT::pngoutputpixelRGB ( long  rgbcol  )  [inline, static]

Output pixel to png-file.

Parameters:
rgbcol The color of this pixel.

static void PNGOUT::pngoutputpixelRGBSWAP ( long  rgbcol  )  [inline, static]

Output pixel to png-file. Swap the RGB channels.

Parameters:
rgbcol The color of this pixel.


The documentation for this class was generated from the following file:
Generated on Tue Jun 26 04:22:56 2007 for YAZAPA - yet another zooming and panning application by  doxygen 1.4.7