Search found 3 matches
- 2011-12-22T07:16:09-07:00
- Forum: Bugs
- Topic: identify doesn't detect corrupt JPEG files (Firefox does)
- Replies: 5
- Views: 20298
Re: identify doesn't detect corrupt JPEG files (Firefox does
Both of those work as you describe. Thanks!
- 2011-12-22T03:52:08-07:00
- Forum: Bugs
- Topic: identify doesn't detect corrupt JPEG files (Firefox does)
- Replies: 5
- Views: 20298
identify doesn't detect corrupt JPEG files
"convert" works, but it's not easily scriptable, because it still returns a "success" exit code. $ convert test.jpg /dev/null convert: Corrupt JPEG data: premature end of data segment `test.jpg' @ warning/jpeg.c/JPEGWarningHandler/325. $ echo $? 0 I can't find a "-strict-errors" option. (What I'd ...
- 2011-12-22T03:26:10-07:00
- Forum: Bugs
- Topic: identify doesn't detect corrupt JPEG files (Firefox does)
- Replies: 5
- Views: 20298
identify doesn't detect corrupt JPEG files (Firefox does)
I wrote a little script to scan my photo collection / backups for errors using "identify" ("reports if an image is incomplete or corrupt"). Unfortunately it doesn't work. I tested it by null-bombing an image file using dd. (I repeated this a couple of times with different settings). dd conv=notrunc ...