GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
GRASS png display driver - read image (lower level functions) More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include "pngdriver.h"
Go to the source code of this file.
Functions | |
void | read_ppm (void) |
void | read_pgm (void) |
GRASS png display driver - read image (lower level functions)
(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 pngdriver/read_ppm.c.
void read_pgm | ( | void | ) |
Definition at line 68 of file pngdriver/read_ppm.c.
References png_state::file_name, G_store(), and png.
Referenced by read_image().
void read_ppm | ( | void | ) |
Definition at line 21 of file pngdriver/read_ppm.c.
Referenced by read_image().