I am a beginner in Imagemagick / Imagick, so please bear with me. My issue looks rather simple, but I could not find a solution, or any help anywhere. Please take a look at the image below - I am trying to create an image, by specifying all four corners coordinates in pixels.
I looked at Affine Distortion but that function is too complicated for me, sometimes takes a while to be executed, and when it works - the results are very unpredictable (image rotation is wrong, there are parts of the image removed or misplaced, etc.) So if anyhow possible, I would not like to have to use Affine distortion.
Of course, if it is not possible to just specify each corner coordinates, a help in which direction I should be going is greatly appreciated. I would like to use Imagick, but if this is maybe better to do with GD or similar, I am open for that.