#include <gandalf/image/io/png_io.h>
#include <gandalf/image/image_bit.h>
#include <gandalf/common/misc_error.h>
#include <png.h>
Functions | |
Gan_Image * | gan_read_png_image_stream (FILE *infile, Gan_Image *image, double gam) |
Reads an image file in PNG format from a file stream. | |
Gan_Image * | gan_read_png_image (const char *filename, Gan_Image *image, double gam) |
Reads an image file in PNG format. | |
Gan_Bool | gan_write_png_image_stream (FILE *outfile, Gan_Image *image, double gam) |
Writes an image file to a stream in PNG format. | |
Gan_Bool | gan_write_png_image (const char *filename, Gan_Image *image, double gam) |
Writes an image file in PNG format. |
Part of: Gandalf Library