karls / collage

A clean, minimal image processing library for Clojure
Eclipse Public License 1.0
64 stars 6 forks source link

Support for saving progressive jpgs? #3

Closed magnars closed 10 years ago

magnars commented 10 years ago

Hi!

It's becoming a best practice to serve your large-ish JPGs as progressive. Is there any support for this in collage or imagez? Or is it something worth looking at?

Thanks!

karls commented 10 years ago

Hey!

That is interesting, I had a brief look into this. It seems like ImageWriteParam#setProgressiveMode would do the trick. Is that what you had in mind? If so, I'm happy to add it in.

magnars commented 10 years ago

That looks like the one. :-)

karls commented 10 years ago

Sweet, I'll add it in!

karls commented 10 years ago

Should be supported as of d161d0a10943f.

Cheers!