Forums / Suggestions / additional lines for image.ini

"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".

additional lines for image.ini

Author Message

Thomas Brandl

Tuesday 09 September 2003 3:11:29 am

Add:
Rules[]=image/tif;image/png;convert

Change:
Types[]=image/tiff;\.tiff$;tiff
to
Types[]=image/tiff;\.tiff?$;tiff

Had some trouble uploading a TIFF with .tif extension. Worked after adding these lines

Jan Borsodi

Tuesday 09 September 2003 4:12:32 am

It's added, thanks.

But the Rules[] entry you have is wrong it should be
Rules[]=image/tiff;image/png;convert

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Thomas Brandl

Wednesday 10 September 2003 2:35:30 am

Right Jan, shouldn't mess with the mime-type!