is it possible to add progressive image loading? Progressive image loading is the technique where the browser first loads a low resolution image and then load further details. The user gets to see a quick preview of the image that becomes clearer as more data is loaded.
For jpeg this was mentioned in this thread as well.
Hi. This has now a pull request in XP, and will be completed soon. It must be enabled via a flag, meaning you can specify to use progressive or standard rendering for the image service.
It will be made available in the next feature release, no ETA yet.