I am having an issue in WordPress admin, where the images are not cropping in WP \"edit image\" for a site I am creating and I do not know what the cause is.
I\'ve r
If someone is trying to accomplish this in an AWS Linux Environment, these commands worked for me:
yum install php71-pecl-imagick.x86_64
Of course, you can search for the corresponding imagemagick package for your environment:
yum search imagemagick
later, don't forget to do a:
service httpd restart
for the changes to take effect on your WP