I am running TideSDK on windows and facing a problem with ImageMagick this is the error that I see in the console
subprocess.CalledProcessError: Command '['convert.exe', 'C:\\Users\\Aditya\\Desktop\\jitu\\Aditya\\dist\\win32\\Aditya\\Resources\\Starbucks-Logo-051711.gif', '-resize', '16x16^', '-gravity', 'center', '-background', 'transparent', '-extent', '16x16', 'c:\\users\\aditya\\appdata\\local\\temp\\tmpsr8kpf\\16.png']' returned non-zero exit status 1
This is the entire output from the console: http://pastebin.com/ecr9Ktg3
I have tried running convert.exe with the exact same parameters from the command line, and it works perfectly fine. Also, what is surprising is that, the ImageMagick command does end up creating the 16.png file, but convert.exe fails with a 1 status code when I try to launch the app.