Changes between Version 39 and Version 40 of WKTRaster/SpecificationWorking01
- Timestamp:
- 12/11/09 10:33:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v39 v40 258 258 ST_AsJPEG(raster, raster, raster, integer) -with the quality param 259 259 260 Another series should allow converting 1 band raster with pixel of type 8BUI to a grayscale JPEG :260 Another series should allow converting 1 band raster with pixel of type 8BUI to a grayscale JPEG (Carefull study of the GDAL behavior should be done before confirming these functions): 261 261 262 262 ST_AsJPEG(raster, "GRAYSCALE") - convert only band 1 with quality = 75[[BR]]