Answer the question
In order to leave comments, you need to log in
How to distort an image using the PIL library?
Hello. There is a task to make a bot that will distort images, much like plastic in Photoshop.
from PIL import Image
img = Image.open('img.jpg')
pix = img.load()#выгрузить пиксели в словарь - pix[длина,ширина]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question