How to show currently installed 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
bensto
Posts: 31
Joined: 2012-07-02T00:32:10-07:00
Authentication code: 13

How to show currently installed version?

Post by bensto »

How can I find out the currently installed version of IM?

In other words which parameter tells which IM tool to show its version?

e.g. convert -showversion

or similar.

Ben
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: How to show currently installed version?

Post by dlemstra »

You were almost there... it's -version instead of -showversion.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
bensto
Posts: 31
Joined: 2012-07-02T00:32:10-07:00
Authentication code: 13

Re: How to show currently installed version?

Post by bensto »

Thx
Post Reply