Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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 trả lời
  • 3 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi 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

Được chỉnh sửa bởi cor-el vào

Tất cả các câu trả lời (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