License, copyright, redistribution

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
JurajWeisz
Posts: 1
Joined: 2017-09-20T00:48:29-07:00
Authentication code: 1151

License, copyright, redistribution

Post by JurajWeisz »

I want to use ImageMagick in my application (MSAccess VBS)as follows:
I use command line command tool convert.exe with some parameters. Something like:
Shell("convert.exe InputFile.bmp -resize 128x12m> Outputfile.jpg")
It is sufficient to install files convert.exe and magic.xml to endusers computer and it works.
I would like to askthe following:
- is it allowed to freely redistribute ImageMagick files ( convert.exe and magic.xml ) ?
- where and in which form should ImageMagick be mentioned (copyright )
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: License, copyright, redistribution

Post by magick »

Regarding your licensing questions. Have you read https://www.imagemagick.org/script/license.php? It includes a discussion of how to comply with the license.
Post Reply