Page 1 of 1

Posted: 2006-10-30T21:58:38-07:00
by anthony
You can just junk all standard error output!

Code: Select all

identify image.pdf 2>/dev/null
Of course if IM really had some major error then it will also be junked.

Posted: 2006-10-31T17:43:56-07:00
by anthony
identify should notout to standard output, not standard error. As such it should not hide the result, just junk the errors.