Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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 одговорa
  • 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