|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-d2adb3a889
|
GRASS png display driver - write PPM 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 | write_ppm (void) |
| void | write_pgm (void) |
GRASS png display driver - write PPM image (lower level functions)
SPDX-FileCopyrightText: 2007-2014 Glynn Clements SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file pngdriver/write_ppm.c.
Definition at line 48 of file pngdriver/write_ppm.c.
References b, g, G_fatal_error(), G_free(), G_store(), output(), png, png_get_pixel(), r, and x.
Referenced by write_image().
Definition at line 20 of file pngdriver/write_ppm.c.
References b, g, G_fatal_error(), output(), png, png_get_pixel(), r, and x.
Referenced by write_image().