V
V
Vadim Simakin2020-12-26 13:06:53
Python
Vadim Simakin, 2020-12-26 13:06:53

How to distort an image in Python 3 and Pillow?

I have an image. How do I correct the contours of objects, like "plasticity" in PicsArt or Photoshop?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor Potebenko, 2020-12-27
@Paitor

I only know

Image.transform(size, method, data=None, resample=0, fill=1, fillcolor=None)
. Here is a link to the documentation: https://pillow.readthedocs.io/en/stable/reference/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question