elixir-mogrify / mogrify

Image processing in Elixir (ImageMagick command line wrapper)
MIT License
570 stars 65 forks source link

Progressive JPEG support #33

Open SergeyKorochansky opened 7 years ago

SergeyKorochansky commented 7 years ago

Currently Mogrify doesn't support generation of progressive JPEG images. It would be nice to add option to specify interlacing scheme.

talklittle commented 7 years ago

For now, does Mogrify.custom(image, "interlace", "line") work as expected for you?

ImageMagick has so many command line options, we need to decide a better way to organize them in this library. I'm opening another issue to track this general problem. (#34)