Issue 18456

image cache support for TIFF

18456
Reporter: hoefft
Assignee: mblissett
Type: Improvement
Summary: image cache support for TIFF
Priority: Minor
Resolution: Fixed
Status: Resolved
Created: 2016-05-02 12:05:30.879
Updated: 2016-05-31 16:18:03.11
Resolved: 2016-05-31 16:18:03.068
        
Description: The API currently return 503 for TIF images. Aside from being a misleading error message it would be nice to support TIFF.
Example
http://api.gbif.org/v1/image?url=http://www.cmima.csic.es/aforo-result/WP-TIF/10.1sl.tif&size=S]]>
    


Author: mblissett
Created: 2016-05-04 14:05:12.517
Updated: 2016-05-04 14:05:12.517
        
The API will now return 501 Not Implemented for unsupported image types, or non-images (like HTML pages).

TIFF is also supported, using this library: https://github.com/haraldk/TwelveMonkeys