Broken results on batch convert with ImageMagick command line on Linux
问题 This is my IM command: /usr/bin/convert 'src.tif' -limit memory 0 -limit map 0 -limit file 0 -alpha transparent -clip -alpha opaque -resize 800x600 'end.png' 2>&1 So this will remove the white background of my TIFF by clipping the path that is given in the file. It will be resized and saved as transparent PNG. I got no errors from IM running this. But if I run this command with PHP to execute it on about 13000 files - I sometimes get these errors: sh: line 1: 25065 Killed /usr/bin/convert \