Trying to distribute static binaries of *just* convert.exe
Posted: 2008-12-06T21:44:52-07:00
I have a script that uses ImageMagick convert to alter images.
I'm porting it to Windows, and I want to distribute the tool as a complete (GUI) package (i.e., with convert.exe included).
I have tried copying just convert.exe to a fresh Windows system and it doesn't work. It doesn't even print out an error.
If I install ImageMagick on the fresh system, then my copied convert.exe works fine, so clearly it has some dependency.
I've copied convert.exe from the static install of ImageMagick (specifically ImageMagick-6.4.4-10-Q16-windows-static.exe).
What am I missing? What does a static convert.exe need to work on a system? I can't even get a response from ".\convert -version"
If I want to distribute convert.exe, what do I need to include?
And furthermore, from a legal perspective, do I just need the ImageMagick license to be viewable inside my GUI application, or do I need the user to agree to the license before using the app?
I'm porting it to Windows, and I want to distribute the tool as a complete (GUI) package (i.e., with convert.exe included).
I have tried copying just convert.exe to a fresh Windows system and it doesn't work. It doesn't even print out an error.
If I install ImageMagick on the fresh system, then my copied convert.exe works fine, so clearly it has some dependency.
I've copied convert.exe from the static install of ImageMagick (specifically ImageMagick-6.4.4-10-Q16-windows-static.exe).
What am I missing? What does a static convert.exe need to work on a system? I can't even get a response from ".\convert -version"
If I want to distribute convert.exe, what do I need to include?
And furthermore, from a legal perspective, do I just need the ImageMagick license to be viewable inside my GUI application, or do I need the user to agree to the license before using the app?