Search found 2 matches

by abruzzi
2011-07-21T15:59:37-07:00
Forum: Users
Topic: detecting failure with convert
Replies: 2
Views: 4887

Re: detecting failure with convert

cool, playing around with your samples, the following does exactly what I need: convert -quiet -regard-warnings -monochrome -compress Group4 page1.tiff page2.tiff page3.tiff result.tiff || rm result.tiff I need to run a larger scale test to make sure I'm not imagining things, but so far, if it hits ...
by abruzzi
2011-07-21T14:49:27-07:00
Forum: Users
Topic: detecting failure with convert
Replies: 2
Views: 4887

detecting failure with convert

I have an odd problem. I'm trying to use 'convert' to deal with about 100k TIFF images. All the TIFFs are single page, but we are converting them to multi-page TIFFs, so I'm using the following command: convert -monochrome -compress Group4 page1.tiff page2.tiff page3.tiff result.tiff And it works ...