Changes between Version 55 and Version 56 of WKTRaster/SpecificationWorking03
- Timestamp:
- 04/07/11 07:10:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v55 v56 217 217 218 218 {{{ 219 ST_AsGDALRaster(rast, 'JPEG', ARRAY![ 'QUALITY=50'])220 221 ST_AsGDALRaster(rast, 'PNG', ARRAY![ 'ZLEVEL=7'])219 ST_AsGDALRaster(rast, 'JPEG', ARRAY![QUALITY=50']) 220 221 ST_AsGDALRaster(rast, 'PNG', ARRAY![ZLEVEL=7']) 222 222 }}} 223 223