Downloading Only Commandline Tools

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
jenny2000
Posts: 1
Joined: 2011-09-07T09:30:43-07:00
Authentication code: 8675308

Downloading Only Commandline Tools

Post by jenny2000 »

Please guys I need to download only the commandline tools and not the whole imagemagick windows package, please give me the link to download only the commandline tools. Thank you.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Downloading Only Commandline Tools

Post by anthony »

The command line tools are a CLI interface to the libraries, whcih also requires the coders to deal with image file formats.

You can not simply download just the command line tools.

However you could build a 'static' version of convert that contains everything in the one command, but that command will then be huge!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply