Rename pkg/misc/resize to pkg/images/resize

Change-Id: I9b8105cbae0c6dc66ccbb1dd15a48363ee2f1e85
This commit is contained in:
Brad Fitzpatrick 2013-12-16 17:49:28 -08:00
parent d9e7b03fca
commit 9366723666
7 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
_ "image/gif"
_ "image/png"
"camlistore.org/pkg/misc/resize"
"camlistore.org/pkg/images/resize"
"camlistore.org/third_party/github.com/camlistore/goexif/exif"
)

View File

Before

Width:  |  Height:  |  Size: 437 B

After

Width:  |  Height:  |  Size: 437 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB