Softaculous


Topic : Add imagick extension (suggested by Wordpress) to PHP


Posted By: peopleinside on November 13, 2019, 8:47 am
Wordpress in his site health function suggest to use imagick as extension for improve performance.
Please add it to the PHP extensions.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.

Posted By: Dhanya on November 13, 2019, 9:44 am | Post: 1
Hi,

Thank you for the suggestion.

We have forwarded your request to the application development team. They will check and try to add it.

Let us know if you have any more suggestions.

Posted By: jaswantjatav on November 14, 2019, 9:02 am | Post: 2
Hi,

I also facing same Imagick extension requirements for a custom framework that required it, kindly add it.

Thanks
Jaswant

Posted By: interserver on April 25, 2020, 12:19 pm | Post: 3
Honestly webuzo has been lacking with updates. You can add this yourself. Depending on your php version, lets say 7.3
If centos run
Code

yum install ImageMagick-devel autoconf
/usr/local/apps/php73/bin/pecl install imagick
cp /usr/local/apps/php73/lib/extensions/no-debug-non-zts-20180731/imagick.so

/usr/local/apps/php73/ext/imagick.soecho extension=imagick.so > /usr/local/apps/php73/etc/php.d/imagick.ini


Restart php73-fpm if you have fpm/fastcgi set up
Code
/etc/init.d/php-fpm73 restart


confirm with php -v
Code
php -i | grep -i imag
/usr/local/apps/php73/etc/php.d/imagick.ini
imagick
imagick module => enabled
imagick module version => 3.4.4
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
Imagick compiled with ImageMagick version => ImageMagick 6.7.8-9 2019-08-08 Q16 http://www.imagemagick.org
Imagick using ImageMagick library version => ImageMagick 6.7.8-9 2019-08-08 Q16 http://www.imagemagick.org
ImageMagick copyright => Copyright (C) 1999-2012 ImageMagick Studio LLC
ImageMagick release date => 2019-08-08
ImageMagick number of supported formats:  => 209
ImageMagick supported formats => 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV
imagick.locale_fix => 0 => 0
imagick.progress_monitor => 0 => 0
imagick.skip_version_check => 0 => 0



Edited by interserver : April 25, 2020, 12:20 pm

Posted By: ngospelmedia on June 3, 2020, 1:47 pm | Post: 4
I also need it too

Posted By: surajmore on June 16, 2022, 11:44 am | Post: 5
Hi,

>> Add imagick extension (suggested by Wordpress) to PHP
Our developers are working on it Once it is done we will let you know.

Let us know if you need any further assistance.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.