Thanks for the advice, I just found an easy solution.
I can get "squished" position of each image point using this formula:
squishedX = Sprite.x + (Sprite.ImagePointX(1)-Sprite.x)*squishFactor
squishedY = Sprite.ImagePointY(1)
It always helps to try to explain the problem to someone