sul-dlss / riiif

IIIF image server in ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'tif' extension to file_system_resolver input_types

bmquinn opened this issue · comments

Our application stores images with the 'tif' extension rather than 'tiff' and it would be great if riiif supported the former, thus avoiding a code change or batch file-renaming task for us.

Adding 'tif' to the input_types array %w(png jpg tiff jp jp2) in the file_system_file_resolver looks like it would do the trick.