|
@@ -12,8 +12,8 @@ import (
|
|
"path/filepath"
|
|
"path/filepath"
|
|
"strings"
|
|
"strings"
|
|
|
|
|
|
- "code.google.com/p/go.image/bmp"
|
|
|
|
- "code.google.com/p/go.image/tiff"
|
|
|
|
|
|
+ "golang.org/x/image/bmp"
|
|
|
|
+ "golang.org/x/image/tiff"
|
|
)
|
|
)
|
|
|
|
|
|
// Open loads an image from file
|
|
// Open loads an image from file
|