The use case: an user uploads an image by the browser, the app should take that image convert it to progressive and upload it to the server, so another app can consume that and make a progressive load of the image.
I tried some libreries like 'gm' what user imagemagic but they didn't work, so I want to know if there is some way that I can do this.
from How to convert jpeg to progressive image in JavaScript?
No comments:
Post a Comment