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

NAME

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

KEYWORDS

10       raster
11

SYNOPSIS

13       r.out.tiff
14       r.out.tiff help
15       r.out.tiff [-ptlv] input=string output=string  [compression=string]
16
17   Flags:
18       -p  TIFF Palette output (8bit instead of 24bit).
19
20       -t  Output TIFF world file
21
22       -l  Output Tiled TIFF
23
24       -v  Verbose mode.
25
26   Parameters:
27       input=string
28           Existing raster file name
29
30       output=string
31           File name for new TIFF file.
32
33       compression=string
34           TIFF file compression  Options:  none,packbit,deflate,lzw  Default:
35           none
36

DESCRIPTION

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

SEE ALSO

60       g.region, r.in.gdal, r.out.gdal
61

AUTHOR

63       Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
64
65       GRASS 5.0 team
66
67       Last changed: $Date: 2006/06/19 15:47:15 $
68
69       Full index
70
71
72
73GRASS 6.2.2                                                      r.out.tiff(1)
Impressum