Page 1 of 1

library version

Posted: 2019-07-23T04:20:11-07:00
by jidenhapo
Hello. I want to find a list of all versions of the libraries that ImageMagick is using. Can you help me? thanks

Re: library version

Posted: 2019-07-23T05:05:16-07:00
by snibgo
magick -list format

Re: library version

Posted: 2019-07-23T09:54:15-07:00
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