Pure Java does not support HEIC. If you use ImageIO to read/ write HEIC image, it won’t work without another plugin. Therefore, this blog tells you how to add HEIC support to a Java app. What is HEIC? HEIC stands for “High-Efficiency Image Container” and it is a specific implementation for still images inside HEIF. […] The post How to Add HEIC Support to Java App appeared first on Java PDF Blog and was written by xinyu zhang.