"killed" error message
Posted: 2011-10-15T12:58:38-07:00
I was cropping a huge image into small pieces with:
convert -crop 128x128 sourceimage.png outputimage.png
After 20 minutes of processing, it ended up with the error message "Killed" (not a word more than that), and no file was output.
"Killed" is not an acceptable error message. "Out of memory", or anything describing the cause of the error.
convert -crop 128x128 sourceimage.png outputimage.png
After 20 minutes of processing, it ended up with the error message "Killed" (not a word more than that), and no file was output.
"Killed" is not an acceptable error message. "Out of memory", or anything describing the cause of the error.