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

Cpython: bind gmic class #22

Closed
myselfhimself opened this issue Jan 20, 2020 · 2 comments
Closed

Cpython: bind gmic class #22

myselfhimself opened this issue Jan 20, 2020 · 2 comments

Comments

@myselfhimself
Copy link
Owner

We want to develop a binding for the C++ gmic::gmic() class, corresponding to a G'MIC language interpreter class.

It should mimic a bit the current gmic.run(commands: str[, images_or_image: GmicImage|iterable]) -> bool, except that we want to return a gmic.Gmic interpreter class, that does a gmic.Gmic().run() on the way only if it has enough parameters for that.

A new PR/branch for that would be nice.

@myselfhimself
Copy link
Owner Author

Tackling now

@myselfhimself
Copy link
Owner Author

merged PR into master & deleted branch

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

1 participant