Forums / Developer / TIFF images not showing in frontend

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

TIFF images not showing in frontend

Author Message

Rainer Krauss

Wednesday 29 July 2009 12:57:02 am

Dear all,

I've to import images to my sites' content, which are in the format TIFF.

I can upload / add them to articles in the backend, but they won't show in the frontend.

I've already checked my image ini, which says
ConversionRules[]=*;image/jpeg
and
MIMETagMap[]=image/tiff;TIFF
as well as with other forum posts, to no avail.

The system I'm running is eZ 4.1.0 with GD 2.

Your help would be much appreciated.

Best wishes,
Rainer

Rainer Krauss

Wednesday 29 July 2009 7:56:50 am

..found an easy solution to this issue:

Before I enter the TIFF to eZ, my PHP script makes an exec on the command line to GD to convert TIFF into JPEG.