Pratyush Choudhary
Pratyush Choudhary

Reputation: 61

Reading ICNS files to BufferedImage[] object

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.

Upvotes: 0

Views: 136

Answers (0)

Related Questions