Page 1 of 1

All versions of the libraries

Posted: 2019-04-08T18:52:13-07:00
by michaleben123
Is there a way to get a list of all versions of the libraries that ImageMagick is using, similar to what OIIO does?
What I mean is something like:

libjpeg-turbo 2.01
libpng 1.6.35
OpenExr 2.3
...etc...

I am trying to avoid a DLL conflict. Or is there a way to build ImageMagick static with all its libraries?
Top

Re: All versions of the libraries

Posted: 2019-04-08T19:01:11-07:00
by fmw42

Code: Select all

convert -list format
will show most of them with versions.