-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Hey 👋
First off, I want to say that you folks have done an amazing job with sqip. The entire project is really impressive and I really loved the detailed comparison demo.
In the spirit of collaboration, I wanted to present a new take on LQIP which closely resembles Medium's approach: lqip-modern.
There are definitely tradeoffs with all of these different approaches, but for our use case, this approach provided the best combination of results in terms of visual fidelity, encoded image size, and encoding speed.
I also forked sqip's demo for lqip-modern's demo because I liked the setup so much.
Finally, you can see the completed LQIP effect in all its glory on this demo page: https://demo.notion2site.com/image-sizing-3492bd6dbaf44fe7a5cac62c5d402f06.
I'm creating this issue to start a discussion around a few areas:
-
What do you think of this approach and the tradeoffs compared with
sqippotrace,blurhash, and other LQIP techniques? -
Would you be open to a PR adding
lqip-modern's default output to the sqip demo? -
I want to make sure that the benchmarks I'm presenting are correct and unbiased -- would love to get some feedback on this front. Specifically,
lqip-modernis really only meant to be used blurred client-side, so this is something that I added to my fork ofsqip's demo, but it's not currently blurring the non-lqip results. Thoughts here?
Thanks!