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 )
License, copyright, redistribution
-
- Posts: 1
- Joined: 2017-09-20T00:48:29-07:00
- Authentication code: 1151
Re: License, copyright, redistribution
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.