Search found 1 match
- 2019-02-15T14:20:08-07:00
- Forum: Users
- Topic: Prevent Mogrify from exiting upon exception
- Replies: 1
- Views: 1942
Prevent Mogrify from exiting upon exception
Hi Everyone, Is there a way to prevent Mogrify from exiting with code 1 if there's a problem with one of the files and exception is thrown so it can continue processing the rest of the files? For example we use command like: magick mogrify -format jpg -thumbnail 1000x1000 -gravity center -background ...