Search found 1 match

by Eatloaf
2014-02-19T09:52:50-07:00
Forum: Users
Topic: Aborting on error
Replies: 0
Views: 2996

Aborting on error

Hi, Is there a way to prevent convert from writing an output file if it encounters such or any error? I'm using the following to compress tiffs: find . -name "*.tif" -exec echo convert {} -compress ZIP {} \; In the case of an error, such as convert: Cannot read TIFF header. `./image01.tif' @ error ...