perkeep/pkg/images
Bill Thiede 472d59600d images: make cr2 and tiff decoding work together.
https://camlistore.org/r/4936 broke cr2 decoding.  If the tiff library
registers with the standard library's image package before the cr2 library
does, the tiff library will fail to decode cr2 images properly.

Fixes error message:

  tiff: unsupported feature: compression value 6

Seen when generating thumbnails for CR2 files.

Change-Id: I6e5f77fbbf2b5b6615ece46525e33e0bfab9b0cd
2015-07-06 20:46:53 -07: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 images: make cr2 and tiff decoding work together. 2015-07-06 20:46:53 -07:00
images_test.go images: ensure image value is decoded in all cases 2014-09-11 06:45:18 +09:30