Changes between Version 56 and Version 57 of WKTRaster/SpecificationWorking03

Show
Ignore:
Timestamp:
04/07/11 07:10:36 (2 years ago)
Author:
dustymugs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v56 v57  
    217217 
    218218{{{ 
    219 ST_AsGDALRaster(rast, 'JPEG', ARRAY![QUALITY=50']) 
    220  
    221 ST_AsGDALRaster(rast, 'PNG', ARRAY![ZLEVEL=7']) 
     219ST_AsGDALRaster(rast, 'JPEG', ARRAY['QUALITY=50']) 
     220 
     221ST_AsGDALRaster(rast, 'PNG', ARRAY['ZLEVEL=7']) 
    222222}}} 
    223223