image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.96k stars 618 forks source link

Feature request: Support encoding progressive jpegs #1154

Open BezPowell opened 4 years ago

BezPowell commented 4 years ago

Apologies if this has been discussed previously, I had a look through the other issues and PRs and previous discussion seemed to be related to decoding progressive jpegs, not encoding.

Would it be possible to bring encoding of progressive jpegs to the image crate? This would have obvious benefits for web applications, but I do not know what the amount of work involved would be in implementing it.

donovanglover commented 3 years ago

Would this be possible to implement with jpeg-encoder? A pull request similar to https://github.com/image-rs/image/pull/513.