joker_josue
Chevereto Member
Following the following topic:
I checked the "env-default.php" file and it already has the information:
But the script continues to use the GD library.
I have imagick installed on the server:
What am I doing wrong?
I checked the "env-default.php" file and it already has the information:
CHEVERETO_IMAGE_LIBRARY=imagick
But the script continues to use the GD library.
I have imagick installed on the server:
Code:
convert -version
Version: ImageMagick 6.9.10-68 Q16 x86_64 2023-10-25 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff wmf x xml zlib
What am I doing wrong?