Caused by: java.lang.IllegalAccessError: class Animation (in unnamed module @0x365608eb) cannot access class com.sun.imageio.plugins.gif.GIFImageReader (in module java.desktop) because module java.desktop does not export com.sun.imageio.plugins.gif to unnamed module
ImageReader ir = new GIFImageReader(new GIFImageReaderSpi());
ir.setInput(inputStream);