Is there any way to upload a .tif file using the image field?

Ultimately I need to be able to create a thumbnail of this tiff as well. I have both Imagemagick, Imagecache, and Imagemagick Raw installed. Been doing quite a bit of research on this but still haven't found an easy solution. I'm using D7 which I figured would have tif support.

Comments

henkit’s picture

Hi,
I was looking for a similar solution and found a working solution in Drupal 7 to upload, scale and display tiff images.

Install ImageMagick module and its dependencies with ImageMagick tif support on the server
Install Media module

Use the media module as the widget type for your image type field because the regular image widget type does not support TIFF's, with that you should be able to upload tiff images in Drupal

And i forgot...add the "change file format to : png" for your image style because only Safari is capable of displaying tiff's directly

Henk