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

Add a Saturation Module #158

Closed
tech4GT opened this issue Jan 29, 2018 · 6 comments
Closed

Add a Saturation Module #158

tech4GT opened this issue Jan 29, 2018 · 6 comments

Comments

@tech4GT
Copy link
Member

tech4GT commented Jan 29, 2018

No description provided.

@jywarren
Copy link
Member

GitMate.io thinks the contributor most likely able to help you is @jywarren.

@jywarren
Copy link
Member

Maybe using this library -- convert to HSV color model, increase saturation, then convert back?

https://www.npmjs.com/package/colorsys

@jywarren
Copy link
Member

@danielleshwed how about this one? It should be possible by running each pixel through the pixelManipulation function then using colorsys as above to change that pixel. Not super efficient, but it should work! Does that make sense? So it'd be kind of like the Green Channel module, structurally.

@danielleshwed
Copy link

@jywarren great! i will give it a go 👍

@jywarren
Copy link
Member

jywarren commented Feb 22, 2018 via email

@jywarren
Copy link
Member

Solved in #193 -- Thanks @danielleshwed !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants