Image Processing

Image Setting

The script support:

  • GD
  • Imagick

GD is very basic image resizing driver for PHP and only to used on basic website. It has memory issues and doesn't perform well at all conditions.

If you want your site for pro-photography or better quality images we prefer you to use imagick instead for better quality results.

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.

Search:

IMAGE_DRIVER=gd

Change it to:

IMAGE_DRIVER=imagick

Was this article helpful?

Thank you for your feedback!

Still need help? Create a support ticket

Create a Ticket