Newbie (probably stupid) question

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
dmafackler

Re: Newbie (probably stupid) question

Post by dmafackler »

If the immediate goal is to learn more about IM (minus compilation headaches and details) then get a current pre-built binary:

ftp://ftp.imagemagick.org/pub/ImageMagick/binaries

Plenty of command-line examples here:

http://www.imagemagick.org/Usage


Google on LNK1104:
Indicates that compiler can't find that library: either because
* the compiler/IDE is not configured to find it, or
* the file physically doesn't exist on your box.
Post Reply