[postgis-devel] [PostGIS] #341: [raster] Implement ST_AsTIFF function for raster

PostGIS trac at osgeo.org
Sat Apr 9 14:09:56 PDT 2011


#341: [raster] Implement ST_AsTIFF function for raster
----------------------------+-----------------------------------------------
 Reporter:  mloskot         |       Owner:  dustymugs            
     Type:  task            |      Status:  new                  
 Priority:  medium          |   Milestone:  PostGIS Raster Future
Component:  postgis raster  |     Version:  trunk                
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by dustymugs):

 1. The functions with the nband[] parameter use ST_Band internally before
 calling the generic ST_TIFF variant.  This way, the generic variant
 expects that the raster passed to it is the final raster to be converted
 to a TIFF.

 2. Great idea.  That would alleviate the number of variants.

 I'll number the variants for ST_AsJPEG and ST_AsPNG when I post their
 functions.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/341#comment:9>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list