1
Fork 0
photoview/api/scanner
viktorstrate 6e420dff41 Recover if EXIF decoding panics (#33)
This fixes #33 where a curtain image would cause the goexif2 library to
panic.

Now instead of crashing the entire program, it recovers and instead
prints an error to the console and ignores the EXIF data for that image.
2020-04-16 11:02:33 +02:00
..
album_scanner.go Add username to scanner notifications 2020-04-15 11:27:34 +02:00
exif.go Recover if EXIF decoding panics (#33) 2020-04-16 11:02:33 +02:00
photo_scanner.go Improve scanner - first scan, then process 2020-02-26 21:23:13 +01:00
process_photo.go Fix image EXIF orientation bug 2020-04-15 10:58:10 +02:00