1r.out.tiff(1)                 Grass User's Manual                r.out.tiff(1)
2
3
4

NAME

6       r.out.tiff   -  Exports a GRASS raster map to a 8/24bit TIFF image file
7       at the pixel resolution of the currently defined region.
8

KEYWORDS

10       raster, export
11

SYNOPSIS

13       r.out.tiff
14       r.out.tiff help
15       r.out.tiff  [-ptlv]  input=name   output=string    [compression=string]
16       [--verbose]  [--quiet]
17
18   Flags:
19       -p
20           TIFF Palette output (8bit instead of 24bit).
21
22       -t
23           Output TIFF world file
24
25       -l
26           Output Tiled TIFF
27
28       -v
29           Verbose mode
30
31       --verbose
32           Verbose module output
33
34       --quiet
35           Quiet module output
36
37   Parameters:
38       input=name
39           Name of input raster map
40
41       output=string
42           Name for new TIFF file
43
44       compression=string
45           TIFF file compression
46           Options: none,packbit,deflate,lzw
47           Default: none
48

DESCRIPTION

50       This  program  converts a GRASS raster map to a TIFF raster map. Output
51       may be 8 or 24 bit (TrueColor).  Optionally, a TIFF World file compati‐
52       ble with ESRI's and other's products may be output.
53
54       The  program  prompts  the  user for the name of a GRASS raster map, an
55       output TIFF file, whether an 8 or 24 bit format is desired, and whether
56       or not to create a TIFF world file.  Currently only uncompressed, pack‐
57       pit, or deflate TIFF files are written.  These output formats are known
58       to be compatible with r.in.tiff.
59
60       The  output  filename  will  always  have the suffix .tif, and the Tiff
61       World file (if requested) .tfw. Any .tif or .tiff suffix (case insensi‐
62       tive) specified in the output filename will be discarded.
63
64       When  writing  with  "-l"  option, tiles are written at 128x128 pixels.
65       For programs that can utilize tiles, it can help speed up some  drawing
66       operations.
67
68       The user may adjust region and resolution before export using g.region.
69
70       A better choice to export GRASS raster data might be r.out.gdal.
71

SEE ALSO

73       g.region, r.in.gdal, r.out.gdal
74

AUTHOR

76       Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
77
78       GRASS 5.0 team
79
80       Last changed: $Date: 2006-12-13 15:21:43 +0100 (Wed, 13 Dec 2006) $
81
82       Full index
83
84       © 2003-2008 GRASS Development Team
85
86
87
88GRASS 6.3.0                                                      r.out.tiff(1)
Impressum