how can obtain this distortion?

As you can see, is like a non-proportional scaling for y, but with the perspective effect…
Maybe a plugin can make this transformation?

Bonjour,

Here is an example with G’MIC to get a deformation (you can use other commands to get something that fits your wishes) :

NbSplit=12
Step={100/$NbSplit}
Loop=1

resize 300%,300%

split y,$NbSplit
repeat $NbSplit
  resize[-$Loop] 100%,{$Step*$Loop}%
  Loop={$Loop+1}
done
append y

4 Likes

Magical tiger magician is feeling the pressure. @samj to the rescue!