JiangWeixian / rfcs

rfcs for all my personal repo
2 stars 0 forks source link

image gradient placeholder #33

Open JiangWeixian opened 2 years ago

JiangWeixian commented 2 years ago

Describe what problem does this feature solve?

A SaaS service convert image to gradients CSS, for loading placeholder.

Describe what does the proposed API/APP look like?

Online website, user and drag/drop image from the local computer, then convert image to gradient CSS.

gradient CSS should looks like blur(low quality) version of the image.

Attach releated information

Check list A much complex and detail check list, before your spend your time on your awesome ideas. Please read it clearly.

https://www.defmacro.org/2019/03/26/startup-checklist.html

JiangWeixian commented 2 years ago

Update 2022-6-27

Looks like is un-possible to implement it? The most difficult problems are

Without relying on automation, I tested on a basic triple primary color image and wrote the gradient CSS code manually, but with bad results.