Installed ImageMagick...now what?

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
ibacbea
Posts: 3
Joined: 2016-09-29T11:04:00-07:00
Authentication code: 1151

Installed ImageMagick...now what?

Post by ibacbea »

Just installed ImageMagick-7.0.3-1-Q16-x64-dll.exe on Windows 10.

I have no idea how to execute command line functions and I've already tried searching the community board with no results...am I missing something?
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Installed ImageMagick...now what?

Post by Bonzo »

You can write batch scripts; some examples on my site: http://www.rubblewebs.co.uk/imagemagick/batch.php

Command line: Open the command prompt box and: magick path_to _input -resize 50x50 path_to_save
Post Reply