GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
GRASS cairo display driver - read bitmap (lower level functions) More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "cairodriver.h"
Go to the source code of this file.
Functions | |
void | cairo_read_bmp (void) |
GRASS cairo display driver - read bitmap (lower level functions)
(C) 2007-2008 by Lars Ahlzen 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 cairodriver/read_bmp.c.
void cairo_read_bmp | ( | void | ) |
Definition at line 82 of file cairodriver/read_bmp.c.
References ca, cairo_state::file_name, G_fatal_error(), cairo_state::grid, HEADER_SIZE, cairo_state::height, and cairo_state::stride.
Referenced by cairo_read_image().