Forums / Developer / TIFF images / media
Roman Mudrack
Wednesday 05 May 2004 2:22:32 am
hi,
need to upload .tif's into the mediagallery. But when uploaded ez converts the image to a .jpg. Is there any possibility to leave the original image as a tif and to have the references as jpg ?
Adding ConversionRules[]=image/tiff;image/png doesnt have any effect.
Jan Borsodi
Wednesday 05 May 2004 4:54:17 am
Could you tell which version of eZ publish you are using?
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq
Wednesday 05 May 2004 5:49:33 am
i am using 3.3-3 rev.5019
Thursday 06 May 2004 1:10:22 am
The original should still be in TIFF format, the image system will keep the original format unless specifically instructed to convert to another format.Images that are jpeg should only be for the downscaled versions, is this true?
If you add the rule you specified
ConversionRules[]=image/tiff;image/png
it will convert all TIFFs into PNGs.
Thursday 06 May 2004 3:29:23 am
ah ok.
i deleted the lines
ConversionRules[]=image/tiff;image/png ConversionRules[]=*;image/jpg
Now the tif. image is stored correctly. But how to display the tif now ?
Saturday 08 May 2004 1:38:44 am
aren't there any possibilites ?