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

gmic.run("help blur") produces no output (as do all other help commands...) #101

Open
mfeldt opened this issue Jul 25, 2022 · 2 comments
Open

Comments

@mfeldt
Copy link

mfeldt commented Jul 25, 2022

Running in standard python in a terminal, the simple above command produces no output at all.

To reproduce:

import gmic
gmic.run("help blur")

@dtschump
Copy link
Collaborator

That's probably because by default, the verbosity level of the G'MIC interpreter for Python is set to 0.
Maybe:

gmic.run("verbose 1 help blur")

?

@mfeldt
Copy link
Author

mfeldt commented Jul 26, 2022

Er... looks as follows:

>>> import gmic
>>> gmic.run("verbose 1 help blur")
[gmic]-0./ Start G'MIC interpreter.
[gmic]-0./ End G'MIC interpreter.

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