From a7cf3d39118ae60c1f5becbccd457689947b06b7 Mon Sep 17 00:00:00 2001 From: mpl Date: Tue, 21 Jul 2015 16:39:36 +0200 Subject: [PATCH] pkg/images: TODO for tiff and cr2 test Change-Id: I4cbabca9a14c943220b878bd077bff04c7e267b2 --- pkg/images/images.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/images/images.go b/pkg/images/images.go index 1b7f64383..551f2297b 100644 --- a/pkg/images/images.go +++ b/pkg/images/images.go @@ -36,6 +36,10 @@ import ( "camlistore.org/third_party/github.com/nf/cr2" "camlistore.org/third_party/github.com/rwcarlsen/goexif/exif" + // TODO(mpl, wathiede): add test(s) to check we can decode both tiff and cr2, + // so we don't mess up the import order again. + // See https://camlistore-review.googlesource.com/5196 comments. + // tiff package must be imported after any image packages that decode // tiff-like formats, i.e. CR2 or DNG _ "camlistore.org/third_party/golang.org/x/image/tiff"