First make sure that you have imagick installed on your server, if not then contact your hosting provider.
Login to your FTP account.
Open and edit .env file.
.env
Search
IMAGE_DRIVER=gd
Change it to
IMAGE_DRIVER=imagick
You are done.
Clear Cache (Optional)