table of contents
other versions
- jessie 1.1g-4+b2
| rasterlite_tool(1) | rasterlite_tool(1) |
NAME¶
rasterlite_tool - generate rasters from a SpatiaLite DBSYNOPSIS¶
rasterlite_tool
[ -?] [-o pathname] [-d pathname] [-T name] [-x coordinate] [-y coordinate] [-r num] [-w num] [-h num] [-i [JPEG | GIF | PNG | TIFF] ] [ -q num] [-c 0xRRGGBB] [ -b 0xRRGGBB]
DESCRIPTION¶
rasterlite_tool is a tool for generating rasters from a SpatiaLite DBOPTIONS¶
- -?, --help
- print help message
- -o pathname, --output pathname
- the image path
- -d pathname, --db-path pathname
- the SpatiaLite db path
- -T name, --table-name name
- DB table name
- -x coordinate, --center-x coordinate
- center-point X coord
- -y coordinate, --center-y coordinate
- center-point Y coord
- -r num, --pixel-ratio num
- map-units per pixel
- -w num, --width num
- raster width
- -h num, --height num
- raster height
- -i [JPEG|GIF|PNG|TIFF], --image-type [JPEG|GIF|PNG|TIFF]
- select image type
- -q num, --quality num
- override the default quality (default = 75(JPEG))
- -c 0xRRGGBB, --transparent-color 0xRRGGBB
- override the default transparency color (default = NONE)
- -b 0xRRGGBB, --background-color 0xRRGGBB
- override the default background color (default = 0x000000)
| 14 October 2014 |