making a static imagemagick application

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
yoniekai

making a static imagemagick application

Post by yoniekai »

hello. i built imagemagick statically, single threaded, cause if possible i want to end up with only one executable. however using the depends application, my release (for instance, a simple crop cpp from the documentation) still relies on a lot of dlls . how do i do it so that i can make a fully static imagemagick application?
Post Reply