perkeep/pkg/images
Felix Geller f4ff53bbac pkg/index: Retry whole file when EXIF data can't be read
When reading EXIF data from larger TIFF files, we might fail
to read the EXIF data when we only pass in the in-memory
prefix. This change identifies when the third-party library
encounters a short read on a tag/EXIF data and triggers a
retry with the whole file by returning an ErrUnexpectedEOF.

Change-Id: Ie5cdc1613db6ccac49d91a69827f11ca3406a74b
2015-05-25 07:52:50 +12:00
..
fastjpeg pkg/server: richer /status/ page 2015-04-02 18:17:18 +02:00
resize gofmt 2014-03-20 12:29:45 -07:00
testdata images: move rescaling from server/image to pkg/images 2013-02-18 16:44:41 +01:00
bench_test.go images: add support for fast jpeg down-sampling. 2014-07-03 21:06:06 -07:00
benchfastjpeg_test.go images: add support for fast jpeg down-sampling. 2014-07-03 21:06:06 -07:00
images.go pkg/index: Retry whole file when EXIF data can't be read 2015-05-25 07:52:50 +12:00
images_test.go images: ensure image value is decoded in all cases 2014-09-11 06:45:18 +09:30