Progressive image loading

Hi everyone,

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.

javax.imageio.ImageWriteParam in Java have a method setProgressiveMode(int) that maybe can be surfaced…

:+1: can this be done in a future version of enonic, please?

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.

3 Likes

Great news! Thanks for adding this so quickly :slight_smile: