output to .gif file format fails under windows
Author: maplCreated Nov 14, 2017Updated Jun 10, 2021
In Windows the "convert" command is already being used by "convert.exe" command to convert file systems. Trying to output to gif fails with "exit status 4".
Reason:
"convert -loop 0 -delay 50 C:\Users\\xxxxx\AppData\Local\Temp\239865135*.png -delay 200 C:\Users\\xxxxx\AppData\Local\Temp\239865135\000038.png test.gif"
According to the docs, the complete command should be:
"magick convert" rose.jpg rose.png
Source: fogleman/primitive