GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GRASS png display driver - close graphics processing. More...
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <grass/gis.h>
#include "pngdriver.h"
Go to the source code of this file.
Functions | |
void | PNG_Graph_close (void) |
Close down the graphics processing. This gets called only at driver termination time. More... | |
GRASS png display driver - close graphics processing.
(C) 2003-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/graph_close.c.
void PNG_Graph_close | ( | void | ) |
Close down the graphics processing. This gets called only at driver termination time.
Definition at line 50 of file pngdriver/graph_close.c.
References png_state::mapped, png, and write_image().