修改
This commit is contained in:
parent
cb09b07170
commit
1cc163587f
@ -181,7 +181,7 @@ func MakeThumbnailDefault270(imagePath, savePath string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
img = rotate90(img)
|
||||
img = rotate270(img)
|
||||
|
||||
newImg, _ := os.Create(savePath)
|
||||
defer newImg.Close()
|
||||
|
Loading…
Reference in New Issue
Block a user