mikera / imagez

Image processing library for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IllegalStateException when setting compression quality for GIFs.

tokenshift opened this issue · comments

Calling .setCompressionQuality on a com.sun.imageio.plugins.gif.GIFImageWriteParam (in mikera.image.core:171) without first setting compression type results in an IllegalStateException. This appears to be related to the issue documented here: jruby/image_voodoo#13

Is this one also fixed? Can I close?

Yes.

Cool thanks!