|
|
|
|
|
by nemima
1970 days ago
|
|
I made a web app which gives you a breakdown of an image's color distribution. Lets you pick color schemes from a subset of the image's colors (specifically, those which form a convex hull, when visualizing the colors in RGB color space). https://image2palette.app (Note: There are still some issues with showing images on iOS browsers) I mainly made this to satisfy my own curiosity. I had the idea of forming a convex polytope based on an image's colors, and I thought it would be cool to be able to explore that in a responsive way through a graphical UI. Also it was a great way to learn Svelte and ThreeJS, which in many ways work rather well together! If anyone is curious to see the source code, I'm happy to link it too. |
|