Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

We want to display TIFF,KIM format images in firefox as those formats were not supported can we convert format of the images to supported format (JPG/BMP)

more options

We have requirement to display the TIFF/KIM format images . we have data of the image but we are not able to display those with

<img id ='target' class=\"captureImg\"  src=\"data:image/TIFF;base64," + imgdata + "\">

As browser is not supporting those formats can we change the format dynamically so that we can display the image in the browser and we can provide a note that TIFF format is converted to JPG Image

We have requirement to display the TIFF/KIM format images . we have data of the image but we are not able to display those with <pre><nowiki><img id ='target' class=\"captureImg\" src=\"data:image/TIFF;base64," + imgdata + "\"> </nowiki></pre> As browser is not supporting those formats can we change the format dynamically so that we can display the image in the browser and we can provide a note that TIFF format is converted to JPG Image

由 cor-el 於 修改

所有回覆 (2)

more options

Can you tell me in which language your website is developed? You may have to dynamically change the format if you can not place all the images in supported format on server.

For converting tiff to jpeg, you can find the tools that do it. If you want to convert all images to permanently keep it on server.

more options

Its a pure html and javascript application .. we are getting the image data through some service calls and for JPEG we can able show in UI and for non supported formats we want to convert to JPEG and show it on UI...please suggest any plugins are available for this..

Thanks, Balaji