Changes between Version 56 and Version 57 of WKTRaster/SpecificationWorking03
- Timestamp:
- 04/07/11 07:10:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v56 v57 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