library version

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
jidenhapo
Posts: 1
Joined: 2019-07-23T03:29:58-07:00
Authentication code: 1152

library version

Post by jidenhapo »

Hello. I want to find a list of all versions of the libraries that ImageMagick is using. Can you help me? thanks
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: library version

Post by snibgo »

magick -list format
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: library version

Post by fmw42 »

magick -list list

will give a list of all lists. You can find other things from the individual lists as per snigbo's comment above or image types.

magick -list configure

will also show a list of delegates

as will

magick -version
Post Reply