Question
2
Replies
557
Views
EvonSys
Posted: September 18, 2020
Last activity: September 28, 2020
How to display the base 64 decoded tiff file type in html?
We are receving the base64 encoded tiff image from the external service. we are asked to display the image in the section.
i tried using the syntax <img src="data:image/tiff;base64,(encodedsting)> but the image is not being displayed in the Google chrome. but in IE it is displaying
Can any one help how to display the tiff image ?
Hi,
i understood that natively Google chrome does not support to display tiff images.
and we are supposed to convert the tiff image formart into another format ex:jpg,png..etc.
Can anyone suggest how to convert the tiff base64 encoded image into png/jpg base64 encode format.
Regards,
Raghavender.