1

I have a Spring Boot/Java 17 application that processes multiple images.

For this I use the libs:

  • org.apache.commons.imaging;
  • javax.imageio;

When processing some images, I had an error due to a new format that I was not aware of - AVIF.

This appears to be a new "next generation" image format developed by Netflix, but the libs I use don't use it yet.

Do you know any alternative to process images with this format?

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
  • 1
    I believe this question (asking for a library) is off-topic for SO. However, you could try asking it on [Software Recommendations](https://softwarerecs.stackexchange.com). – Harald K Sep 14 '22 at 08:53

0 Answers0