Hello,
Is there any way to list the supported pseudo-image formats, built-in images, and built-in patterns using a command like `convert -list pattern`? `convert -list list` didn't return anything that looked like I may be able to use it for my purpose.
http://www.imagemagick.org/script/formats.php
This page offers good documentation as to the pseudo-image formats, however I am looking for a way to list the pseudo-image formats (and related items like pattern) from the binary. Is this possible?
Thank you!
List "pseudo-image formats" and "built-in patterns"
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: List "pseudo-image formats" and "built-in patterns"
Not that I know of. See
convert -list list
for all the existing formats.
convert -list list
for all the existing formats.