rasterlite_topmost(1) build raster topmost pyramids levels into a SpatiaLite DB

SYNOPSIS

rasterlite_topmost [-?] [-t] [-v] [-d pathname] [-T name] [-i [JPEG | TIFF] ] [-q num] [-c 0xRRGGBB] [-b 0xRRGGBB]

DESCRIPTION

rasterlite_topmost is a tool for building raster topmost pyramid's levels into a SpatiaLite DB.

OPTIONS

-?, --help
print help message
-t, --test
test only - no actual action
-v, --verbose
verbose output
-d pathname, --db-path pathname
the SpatiaLite db path
-T name, --table-name name
DB table name
-i [JPEG|TIFF], --image-type [JPEG|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)