Can’t convert HEIC image to Jpg/Png in Java
I am not able to convert the HEIC image to JPEG/PNG in Java. I want to remove the metadata and create a thumbnail afterwards. Moreover, I want to convert the HEIC Blob to JPEG/PNG Base64 to display image on Browsers. While reading the Blob using Javax ImageIo, it returns the null BufferedImage. I guess ImageIo doesnt support HEIC Images. I am looking for an opensource library to resolve this issue. Using JNI is out of options right now.