PutPixel的Python错误

时间:2017-01-13 23:28:04

标签: python image pillow

因此我正在研究从文本文档中获取输入并将其转换为图像的项目。但由于某种原因,调试器不断给出此错误消息

IndexError:图像索引超出范围

以下是代码

...
resized := imaging.Resize(fileOpen, 300, 300, imaging.Lanczos)

var buf byte.Buffer
err = imaging.Encode(&buf, resized, imaging.JPEG)
if err != nil {
    log.Println(err)
    return
}

params := &s3.PutObjectInput{
    Bucket: aws.String("amazon-bucket"),
    Key:    aws.String(path),
    Body:   buf.Bytes(),
}
...

1 个答案:

答案 0 :(得分:0)

gloabl xglobal y放入转换器功能中,它会修复所有内容。