File Types File Types
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

File Types

Started by salconflu, July 10, 2006, 11:56:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

salconflu

I am trying to figure out why tif files I upload do not display in Coppermine.  They upload and download fine and I am using Image Magick to handle the files.  However, CM displays an Icon rather than a thumbnail.  Is this an issue related to my web provider and server? ???

Joachim Müller

tif files as not suitable for the use on the www in the first place - they're too large and image libraries can't deal with them properly. Coppermine doesn't create it as image file, but as document. That's why a generic thumbnail is being displayed. You can upload a custom thumbnail (refer to docs for details). See tif file on demo