Yes, identity fails for that images.fmw42 wrote:First let us know if identify fails for your bad images. Or provide a link to one example that fails so we can figure out the best way to test them and remove them.
Search found 3 matches
- 2013-07-18T23:07:14-07:00
- Forum: Users
- Topic: Mogrify, on fail - delete
- Replies: 5
- Views: 1630
Re: Mogrify, on fail - delete
- 2013-07-17T23:46:58-07:00
- Forum: Users
- Topic: Mogrify, on fail - delete
- Replies: 5
- Views: 1630
Re: Mogrify, on fail - delete
Post an example image that mogrify will not process. Do you know why it fails? Is the file corrupt? Can you process the file with convert rather than mogrify? Can you get results from identify yourimage If that fails, then you would be able to identify such files by looping over each file in your ...
- 2013-07-17T05:56:57-07:00
- Forum: Users
- Topic: Mogrify, on fail - delete
- Replies: 5
- Views: 1630
Mogrify, on fail - delete
I'm having folder with pictures in subdirs. I want to change the width of all pictures. For this I use command: find . \( -name "*.jpg" -o -name "*.png" \) -exec mogrify -thumbnail 250 * {} \; This working fine exept there are some incorrect files at wich mogrify complains. I would like to delete ...