AiursoftWeb / Infrastructures

Mirror of: https://gitlab.aiursoft.cn/aiursoft/infrastructures
https://www.aiursoft.com
MIT License
112 stars 32 forks source link

probe: Allow providing compressed image as ‘progressive jpeg’ #170

Open hv0905 opened 4 years ago

hv0905 commented 4 years ago

Now we have supported compress an image by width and height provided. However, it might still takes a long time to load the image sample through a slow network. This is unavoidable, but if we support compress the image as progressive jpeg, the user experience might be better.

hv0905 commented 4 years ago

Or use webp might be better.

Anduin2017 commented 4 years ago

Nice one. I will investigate it.