Skip to content

C++ Wrapper for Colour? #923

Answered by KelSolaar
ademmler asked this question in Q&A
Jan 24, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi Alex,

There is no C++ wrapper, however, you could possibly use pybind11 to embed Colour in your code: https://pybind11.readthedocs.io/en/stable/advanced/embedding.html. Note that Colour requires Imageio, Numpy and Scipy (and their hard dependencies) to run. You could still mock Scipy and imageio whilst retaining some functionality but Numpy is fully required.

Cheers,

Thomas

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ademmler
Comment options

Answer selected by KelSolaar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants