GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
GRASS png display driver - read png. More...
#include <stdio.h>
#include <stdlib.h>
#include <png.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "pngdriver.h"
Go to the source code of this file.
Functions | |
void | read_png (void) |
GRASS png display driver - read png.
(C) 2007-2014 by Glynn Clements and the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file read_png.c.
void read_png | ( | void | ) |
Definition at line 45 of file read_png.c.
References b, png_state::file_name, g, G_fatal_error(), G_free(), png_state::grid, png_state::has_alpha, png_state::height, NULL, png_state::palette, png, png_get_color(), r, png_state::true_color, png_state::width, and x.
Referenced by read_image().