GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
OGSF library - TIFF stuff. More...
#include <grass/config.h>
#include <stdlib.h>
#include <sys/types.h>
#include <grass/gis.h>
#include <grass/ogsf.h>
#include <grass/glocale.h>
#include <tiffio.h>
Go to the source code of this file.
Functions | |
int | GS_write_tif (const char *name) |
Write data to tif file. More... | |
Variables | |
unsigned short | config = PLANARCONFIG_CONTIG |
unsigned short | compression = -1 |
unsigned short | rowsperstrip = 0 |
OGSF library - TIFF stuff.
GRASS OpenGL gsurf OGSF Library
(C) 1999-2008 by 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 gsd_img_tif.c.
int GS_write_tif | ( | const char * | name | ) |
Write data to tif file.
name | filename |
Definition at line 53 of file gsd_img_tif.c.
References _, config, G_free(), G_malloc, G_warning(), gsd_getimage(), NULL, rowsperstrip, and x.
unsigned short compression = -1 |
Definition at line 42 of file gsd_img_tif.c.
unsigned short config = PLANARCONFIG_CONTIG |
Definition at line 41 of file gsd_img_tif.c.
Referenced by GS_write_tif().
unsigned short rowsperstrip = 0 |
Definition at line 43 of file gsd_img_tif.c.
Referenced by GS_write_tif().