List "pseudo-image formats" and "built-in patterns"

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
docjones2
Posts: 11
Joined: 2011-07-27T15:42:04-07:00
Authentication code: 8675308

List "pseudo-image formats" and "built-in patterns"

Post by docjones2 »

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!
User avatar
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"

Post by fmw42 »

Not that I know of. See

convert -list list

for all the existing formats.
Post Reply