Closed niroyb closed 9 years ago
I only have one comment, why do you have most variables snake_case but then left plenty in camelCase?
Now if only I can go through all this without getting confused again, then I will merge it, Great work! I need to go to sleep
Just found out btw, using call("convert", shell=True) makes python use ImageMagick convert, adding this soon or you can
Thanks, I'd recommend not using shell=True. It opens the code to many vulnerabilities. http://stackoverflow.com/questions/3172470/actual-meaning-of-shell-true-in-subprocessEven the doc recommends against it. https://docs.python.org/2/library/subprocess.html#using-the-subprocess-module
Nick
On 1 November 2015 at 19:48, Juan Potato notifications@github.com wrote:
Just found out btw, using call("convert", shell=True) makes python use ImageMagick convert, adding this soon or you can
— Reply to this email directly or view it on GitHub https://github.com/JuanPotato/Legofy/pull/54#issuecomment-152904677.
I understand, I wonder if there is another way to bypass the windows convert or find the ImageMagick dir more reliably.
Fail early on Windows if there is no MAGICK_HOME env var. Fix bug where gif would use frames of a previous run if the previous run was canceled. Fix failure exit return codes.