简体   繁体   English

如何将 Base64 编码字符串转换为可以在 chrome 浏览器中显示的任何其他图像格式

[英]How to convert Base64 encoded string to any other image formats which can be displayed in chrome browser

I have a Base64 encoded string of a TIFF image type which is not working in chrome browser so I want to convert it into a any other image formats(JPG,PNG or BMP) using java/javascript.我有一个 TIFF 图像类型的 Base64 编码字符串,它在 chrome 浏览器中不起作用,所以我想使用 java/javascript 将其转换为任何其他图像格式(JPG、PNG 或 BMP)。 I'm looking for either server side logic in java or client side logic in javascript.我正在寻找 java 中的服务器端逻辑或 javascript 中的客户端逻辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法下载 chrome 浏览器中显示的 base64 编码的 pdf - Cannot download base64 encoded pdf displayed in chrome browser 如何将浏览器中加载的图像转换为 base64 字符串? - How convert loaded Image in browser to base64 string? 在浏览器中将base64编码的字符串显示为图像时出错? - Error in displaying base64 encoded string as image in browser? 将 base64 字符串编码图像转换为 javascript 中的 tiff 格式 - Convert a base64 string encoded image to a tiff format in javascript 如何将图像缓冲区转换为字符串 base64? - How can I convert image buffer to string base64? 如何将gzip编码的响应转换为base64字符串 - How to convert gzip encoded response into base64 string 如何将 uint8 数组转换为 base64 编码字符串? - How to convert uint8 Array to base64 Encoded String? 如何让Chrome在新窗口中将Base64编码的图像另存为png? - How can I make Chrome save a Base64 encoded image as a png within a new window? 如何将base64编码的字符串转换为要作为图像上传的文件输入 - How to convert base64 encoded string into a file input to be uploaded as an image 如何将应用程序/八位字节流转换为要以 base64 或任何 jpeg 格式显示的图像? - How shall I convert application/octet-stream into image to be displayed in base64 or any jpeg format?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM