-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
I ran into a small aesthetic issue, I was wondering if it was possible to add support for progressive jpeg output.
I'm using a lazyloading image pattern that uses a super condensed version of the image with a blur effect on it, and then loads into the actual image.
Using pthumb has been working great for that, except that all of my progressive jpegs get turned into regular jpegs. The loading effect of the whole image loading like a printed ruins the whole effect.
Doing a small amount of research it looks like Imagine found a way to implement this here, I'm not well versed in PHP, so I wasn't really able to understand what exactly was going on in there.
Is this something that is possible to add?