EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.36k stars 230 forks source link

Allow progressive JPG compression #197

Open EyMaddis opened 8 years ago

EyMaddis commented 8 years ago

It would be great if it would be possible to export jpg with progressive rendering instead of baseline. It should be possible: https://github.com/EyalAr/lwip/blob/master/src/lib/jpeg/README#L65

This could increase webpage rendering speed a fair bit.

jonmilsom commented 8 years ago

+1 I would be willing to work on this if someone could point me in the right direction... (or explain why it isn't available out of the box considering that it is supported by the libs).

sharkovich commented 8 years ago

I have made a pull request with this feature. #245