Changes between Initial Version and Version 6 of Ticket #1293
- Timestamp:
- 02/15/12 13:59:37 (13 years ago)
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 12 12 gdal_translate -of png -outsize 500 500 original.png final.png 13 13 14 } 14 }}} 15 15 16 16 Currently 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.