如何使用PIL和python在四个方向之一中将图像翻译5个像素.我已经看到我们可以使用,im.transform(size, AFFINE, data)但我不知道如何.
im.transform(size, AFFINE, data)
python
python ×1