#include "pngio.h"
#include "error.h"
#include "osfunc.h"
#include <png.h>
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
void | lux::lux_png_error (png_structp png_, png_const_charp msg) |
void | lux::WritePngImage (int channeltype, bool ubit, bool savezbuf, const string &name, vector< RGBColor > &pixels, vector< float > &alpha, int xPixelCount, int yPixelCount, int xResolution, int yResolution, int xPixelStart, int yPixelStart, ColorSystem &cSystem, float screenGamma) |