just convert.exe (standalone)

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
timekeeper

just convert.exe (standalone)

Post by timekeeper »

Can anybody tell me if it is possible to download a standalone version of convert.exe that does not ask for any installation, dll's or registry settings?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: just convert.exe (standalone)

Post by magick »

The closest you will get to your requirements is to generate a static build of ImageMagick from source. The static build does not require the Windows registry. After the build, copy all the files from the ImageMagick-6.4.4\VisualMagick\bin folder to your destination folder and run the convert program. If you do not need the other utilities such as the identify utility, simply delete them from your folder.
timekeeper

Re: just convert.exe (standalone)

Post by timekeeper »

I have no idea how to do this, do I actually need MS Visual Studio for that?
Post Reply