library version
library version
Hello. I want to find a list of all versions of the libraries that ImageMagick is using. Can you help me? thanks
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: library version
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
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