Open nekooee opened 1 year ago
Hello, @nekooee. I am not the owner of this project, but found out this post on Stack Overflow that can help you out. Apparently, there is already a command on Windows called convert, which makes it use the incorrect command.
According to the answers in the post, all calls to the ImageMagick convert, on Windows, should use the magick
argument at their start. I do not know if it will work, but you can try to use an alias for it before using the script to see if it fixes it:
alias convert="magick convert"
I get this error:
I run it in Windows with git bash