Php – Poor performance for Imagick DISTORTION_PERSPECTIVE on large images
I am manipulating large hi-res jpeg/webp images (2457 x 4032) to apply $imagick->distortImage(Imagick::DISTORTION_PERSPECTIVE, $coords, false); using PHP8 to fix perspectives - but I am finding this runs very slowly (+10 seconds in a localhost centos7 linux and +15 seconds on…