-
non linear transform?
is it possible to do a non linear transform?
example: i need to reduce the width of an image from lets say 1024 to 800. height value stays unchange.
BUT I dont want that all pixels are treated the same way.
pixels which are on the left shall basically stay untouched and the more they are located towards the right side the more squishing shall take place. almost like a perspective transform, but like i said… hight should stay the same.

