When imagemagick fails because it runs out of memory, the users just get a big ugly exception detailing that it "exited with code 1". You'll probably have to parse the stderr to find certain kinds of errors, OR just put a generic RequestException with a generic message on process error suggesting it MIGHT be the memory
When imagemagick fails because it runs out of memory, the users just get a big ugly exception detailing that it "exited with code 1". You'll probably have to parse the stderr to find certain kinds of errors, OR just put a generic RequestException with a generic message on process error suggesting it MIGHT be the memory