Search Support

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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

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

Okulungisiwe ngu cor-el

All Replies (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