Home » Community » View question
Question
Tiff images in the public site?
A previous question (http://kc.litiumscensum.se/web/View_question_2.aspx?QuestionID=71647670-53f7-49f6-b0c3-52bd14f9ba8d) asked about the media archive's support for different media types.
What about the public site and Scensums ability to handle image scaling of e.g. tiff images as alternative product images? Are there any restrictions in the nativ image scaling?
Answers
Litium.Framework.Image which Scensum uses for resizing images supports JPEG, GIF, BMP, PNG and TIFF.
To enable scaling for tiff, add the tiff extension to tMediaFormat and connect it to the MediaFormatGroup "Image" to enable on-demand scaling.
However, when Scensum never converts images to another format, so the TIFF image will be resized to TIFF.
And since TIFF isn't good for the web, we instead recommend to convert the images to e.g. JPEG before loading them into Scensum.
You need to login to answer this question