node-imagickal
node-imagickal copied to clipboard
node wrapper for ImageMagick commands
Results
4
node-imagickal issues
Sort by
recently updated
recently updated
newest added
File paths are not escaped so when there are spaces the program just passes them on. This is even more dangerous because arbitrary code execution is possible via shell syntax....
Fixes #53.
According to this: https://legacy.imagemagick.org/discourse-server//viewtopic.php?t=23842 the `^` flag should be escaped on windows to `^^`.