Changes between Initial Version and Version 6 of Ticket #1293


Ignore:
Timestamp:
02/15/12 13:59:37 (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1293

    • Property Summary ST_Resize to resize raster tiles[raster] ST_Resize to resize raster tiles
  • Ticket #1293 – Description

    initial v6  
    1212gdal_translate -of png -outsize 500 500 original.png final.png
    1313
    14 }
     14}}}
    1515
    1616Currently have to use ST_Resample for this which requires a lot more arguments, not to mention it doesn't seem to work for rasters with no srid information.