rasterlite_tool(1) generate rasters from a SpatiaLite DB

SYNOPSIS

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 DB

OPTIONS

-?, --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)