简体   繁体   English

在Java中将HEIF图像转换为更常见的图像格式

[英]Convert HEIF images to a more common image format in Java

I need to convert server-side HEIF images (new Apple/iOS format) to a more common image type (eg JPG, PNG, ...). 我需要将服务器端HEIF图像(新的Apple / iOS格式)转换为更常见的图像类型(例如JPG,PNG等)。 Is there any solution Java-based? 是否有基于Java的解决方案?

I couldn't find any library or other solution. 我找不到任何库或其他解决方案。

Nope, checked some months ago, there is no (native) Java based solution yet. 不,几个月前检查过,还没有基于Java的(本机)解决方案。 You could connect existing external libraries eg via JNI, but that would always be platform-dependent. 您可以例如通过JNI连接现有的外部库,但这始终取决于平台。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM