GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
Loading...
Searching...
No Matches
read_bmp.c File Reference

GRASS png display driver - read 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/read_bmp.c:

Go to the source code of this file.

Functions

void read_bmp (void)
 

Detailed Description

GRASS png display driver - read bitmap (lower level functions)

SPDX-FileCopyrightText: 2007-2014 Glynn Clements SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Glynn Clements

Definition in file pngdriver/read_bmp.c.

Function Documentation

◆ read_bmp()

void read_bmp ( void  )

Definition at line 78 of file pngdriver/read_bmp.c.

References b, g, G_fatal_error(), HEADER_SIZE, png, png_get_color(), r, and x.

Referenced by read_image().