Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create palette from Image #1

Open
BugliL opened this issue Feb 28, 2022 · 7 comments
Open

Create palette from Image #1

BugliL opened this issue Feb 28, 2022 · 7 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@BugliL
Copy link
Contributor

BugliL commented Feb 28, 2022

The client can apply any palette to any image, what about extracting a palette FROM an image to apply it to another one?

@BugliL BugliL added enhancement New feature or request question Further information is requested labels Feb 28, 2022
@Wabri
Copy link
Member

Wabri commented Feb 28, 2022

Parse the image and extract the colors? this could create a palette of thousands colors without any filter applied, maybe we can manage to set a confidence parameter to set a distance from a color already take (?)

@TheJoin95
Copy link
Member

I guess that we should ask in input also how many colors the palette should have or put some defaults (e.g: 4, 6, 8, 12, 16).
Then we can extract the most recorrent colors or the top averaged color in the image.

Actually I don't know if it would be a good feature expect for starting from an image palette. Do you guys belive that would be helpful to extract a palette from a wallpaper/landscape image?

@BugliL
Copy link
Contributor Author

BugliL commented Feb 28, 2022

Sometimes I find on Pinterest or Google some images with colors that i like, I would like to set that image as wallpaper and set my IDE theme and my other wallpapers with that color palette.

Off course the hard work is already done

I can use these tool in separate way or integrate one with the other.

@Wabri
Copy link
Member

Wabri commented Feb 28, 2022

Cant wait to see the result 😯

@Wabri Wabri unassigned BugliL Mar 3, 2022
@Wabri Wabri transferred this issue from Schroedinger-Hat/ImageGoNord-Web Sep 1, 2022
Wabri pushed a commit that referenced this issue Sep 27, 2022
@TheJoin95
Copy link
Member

Is this a feature that you'd like to implement ?

@Wabri
Copy link
Member

Wabri commented Apr 16, 2024

Yes

@Wabri
Copy link
Member

Wabri commented Apr 16, 2024

I think that can be accomplished by take pixel by pixel and take the most recurrent 6(?) or more hexadecimals in the image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants