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

need a function to get the supported formats #120

Closed
kiarashplusplus opened this issue Jun 21, 2013 · 3 comments · Fixed by #225
Closed

need a function to get the supported formats #120

kiarashplusplus opened this issue Jun 21, 2013 · 3 comments · Fixed by #225
Assignees
Labels

Comments

@kiarashplusplus
Copy link

I couldn't find any. There needs to be a function that returns the supported file formats...

@dahlia
Copy link
Collaborator

dahlia commented Jun 22, 2013

You can list them using identify program provided also by ImageMagick:

$ identify -list format

We will add API for this soon.

@emcconville
Copy link
Owner

Please assign this one to me. I've completed an API similar to wand.version in branch query-helpers. Said branch covers helpers for configuration options, fonts, and formats.

# List all compile-time configuration options
$ python -m wand.version --config

# List all fonts
$ python -m wand.version --fonts

# List all supported formats
$ python -m wand.version --formats

@dahlia
Copy link
Collaborator

dahlia commented Apr 1, 2015

@emcconville I assigned it to you, and also make you a collaborator of the project as well (GitHub doesn’t allow to assign issues to non-collaborators).

Querying build configurations and delegates seems very nice idea!

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

Successfully merging a pull request may close this issue.

3 participants