GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
pngdriver/write_bmp.c File Reference

GRASS png display driver - write bitmap (lower level functions) More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include "pngdriver.h"
Include dependency graph for pngdriver/write_bmp.c:

Go to the source code of this file.

Functions

void write_bmp (void)
 

Detailed Description

GRASS png display driver - write bitmap (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.

Author
Glynn Clements

Definition in file pngdriver/write_bmp.c.

Function Documentation

◆ write_bmp()

void write_bmp ( void  )

Definition at line 63 of file pngdriver/write_bmp.c.

References png_state::file_name, G_fatal_error(), HEADER_SIZE, output(), png, and x.

Referenced by write_image().