Generate rasters from a spatialite db
rasterlite_tool \kx [-?] [-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]
rasterlite_tool is a tool for generating rasters from a SpatiaLite DB
\*(T<-?\*(T>, \*(T<--help\*(T>
print help message
\*(T<-o\*(T> pathname, \*(T<--output\*(T> pathname
the image path
\*(T<-d\*(T> pathname, \*(T<--db-path\*(T> pathname
the SpatiaLite db path
\*(T<-T\*(T> name, \*(T<--table-name\*(T> name
DB table name
\*(T<-x\*(T> coordinate, \*(T<--center-x\*(T> coordinate
center-point X coord
\*(T<-y\*(T> coordinate, \*(T<--center-y\*(T> coordinate
center-point Y coord
\*(T<-r\*(T> num, \*(T<--pixel-ratio\*(T> num
map-units per pixel
\*(T<-w\*(T> num, \*(T<--width\*(T> num
raster width
\*(T<-h\*(T> num, \*(T<--height\*(T> num
raster height
\*(T<-i\*(T> [JPEG|GIF|PNG|TIFF], \*(T<--image-type\*(T> [JPEG|GIF|PNG|TIFF]
select image type
\*(T<-q\*(T> num, \*(T<--quality\*(T> num
override the default quality (default = 75(JPEG))
\*(T<-c\*(T> 0xRRGGBB, \*(T<--transparent-color\*(T> 0xRRGGBB
override the default transparency color (default = NONE)
\*(T<-b\*(T> 0xRRGGBB, \*(T<--background-color\*(T> 0xRRGGBB
override the default background color (default = 0x000000)