mirror of https://github.com/perkeep/perkeep.git
pkg/images: TODO for tiff and cr2 test
Change-Id: I4cbabca9a14c943220b878bd077bff04c7e267b2
This commit is contained in:
parent
a6896a6c36
commit
a7cf3d3911
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue