|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-985dd2421b
|
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. | |
Variables | |
| unsigned short | config = PLANARCONFIG_CONTIG |
| unsigned short | compression = -1 |
| unsigned short | rowsperstrip = 0 |
OGSF library - TIFF stuff.
GRASS OpenGL gsurf OGSF Library
SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file gsd_img_tif.c.
Write data to tif file.
| name | filename |
Definition at line 49 of file gsd_img_tif.c.
References _, config, G_free(), G_malloc, G_warning(), gsd_getimage(), name, NULL, rowsperstrip, and x.
Definition at line 38 of file gsd_img_tif.c.
Referenced by Rast3d_fill_header(), Rast3d_open_cell_new(), Rast3d_open_cell_old(), Rast3d_open_new_param(), Rast3d_read_header(), and Rast3d_write_header().
| unsigned short config = PLANARCONFIG_CONTIG |
Definition at line 37 of file gsd_img_tif.c.
Referenced by GS_write_tif().
Definition at line 39 of file gsd_img_tif.c.
Referenced by GS_write_tif().