This commit is contained in:
蒋海成 2025-02-24 18:38:42 +08:00
parent cb09b07170
commit 1cc163587f

View File

@ -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()