Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ImageMagick found; using ImageMagick for resizing.
  2. org.im4java.core.CommandException: java.lang.IllegalStateException: no ImageReader for given format
  3. at org.im4java.core.ImageCommand.run(ImageCommand.java:219)
  4. at pl.asie.ctif.Utils.resize(Utils.java:81)
  5. at pl.asie.ctif.Main.main(Main.java:270)
  6. Caused by: java.lang.IllegalStateException: no ImageReader for given format
  7. at org.im4java.core.Stream2BufferedImage.consumeOutput(Stream2BufferedImage.java:82)
  8. at org.im4java.process.ProcessStarter.processOutput(ProcessStarter.java:276)
  9. at org.im4java.process.ProcessStarter.access$200(ProcessStarter.java:54)
  10. at org.im4java.process.ProcessStarter$2.call(ProcessStarter.java:433)
  11. at java.util.concurrent.FutureTask.run(Unknown Source)
  12. at java.lang.Thread.run(Unknown Source)
  13. Generating palette...
  14. Exception in thread "main" java.lang.NullPointerException
  15. at pl.asie.ctif.Utils.getRGB(Utils.java:119)
  16. at pl.asie.ctif.PaletteGenerator.<init>(PaletteGenerator.java:46)
  17. at pl.asie.ctif.Main.main(Main.java:275)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement