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 サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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)

  • 2 件の返信
  • 3 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: BalajiPolisetty7

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