GreycLab / CImg

The CImg Library is a small and open-source C++ toolkit for image processing
http://cimg.eu
Other
1.5k stars 286 forks source link

Fix CreateProcess call, add quoting for executable paths on system calls #290

Closed multiplemonomials closed 4 years ago

multiplemonomials commented 4 years ago

This PR fixes a couple bugs that I ran in to:

Changes I made:

I've tested that it can correctly execute ImageMagick under Windows. I haven't tested it under Linux or Mac though -- can you easily test this? If not I can try to set up a test program.