Reading ICNS files to BufferedImage[] object

129 Views Asked by At

I have an ICNS file with multiple icons in it. I need to convert it to an array of BufferedImage objects using Java code. I did this using commons-imaging library by apache. It turns out I cannot use that library within my organization. Is there any other library that could be used to accomplish the task? I was having a look at apache-tika, but I could not find a way to extract the body content of the ICNS file into BufferedImage objects.

Thank you.

0

There are 0 best solutions below