pkg/images: TODO for tiff and cr2 test

Change-Id: I4cbabca9a14c943220b878bd077bff04c7e267b2
This commit is contained in:
mpl 2015-07-21 16:39:36 +02:00
parent a6896a6c36
commit a7cf3d3911
1 changed files with 4 additions and 0 deletions

View File

@ -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"