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

HSV colorspace support. #30

Open
phoe opened this issue Sep 7, 2018 · 3 comments
Open

HSV colorspace support. #30

phoe opened this issue Sep 7, 2018 · 3 comments

Comments

@phoe
Copy link

phoe commented Sep 7, 2018

I have a usecase where I want to perform hue rotation on images. This requires that the image is converted into HSV colorspace, which I couldn't find in opticl yet.

@slyrus
Copy link
Owner

slyrus commented Sep 8, 2018

Patches welcome! :)

@phoe
Copy link
Author

phoe commented Sep 8, 2018

Yep - as soon as I have some time, I'll happily contribute, perhaps cannibalizing some code from https://github.com/wmannis/simple-rgb or https://github.com/privet-kitty/dufy . I put this issue here mostly so I don't forget.

@slyrus
Copy link
Owner

slyrus commented Sep 8, 2018

@phoe It's a little complicated to use as you need the hsv-image branch of opticl and opticl-core, and the example code is opticl-more-test (on the hsv-image branch) but I was able to rotate the hue in the example and convert to/from 8-bit-rgb-image.

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

No branches or pull requests

2 participants