Most voted "imagick" questions
6 questions
Sort by count of
-
2
votes1
answer373
viewsResolve caches using PHP
I Googled, but I didn’t find anything satisfactory for my needs. I wonder if anyone knows any solution to solve Blanks like this one using PHP. I have basic knowledge about Imagick and GD libraries,…
-
1
votes0
answers114
viewsScale an image with Imagick without deforming the original
One have an application in which the user can upload an image, do Crop and "work" the image, adding props etc... My problem is with Crop because the max size of Crop is always different depending on…
-
1
votes0
answers45
viewsInstall Imagick PHP5.4 centos
I am trying to install Imagick on a centos 5.11 server but so far without success. When I execute: convert --version, I got the message Version: Imagemagick 7.0.1-10 Q16 x86_64 2016-06-07…
-
0
votes1
answer558
viewsPHP - View Animated GIF
Hello, I am having a certain difficulty in displaying GIF Animated in my script, I know that the GD library does not display animated GIF, I would like to know how to do this. I just want to send…
-
0
votes1
answer88
viewsImages compressed with Imagick fail Pagespeed test
What parameters can I add to Imagick to improve image compression? Even with that code, PageSpeed of Google continues to accuse that images need reduction. $image = new…
-
0
votes1
answer23
viewsCapture PHP Image Compression Quality Level
I need to capture the quality level of an image, I found something relative in [Imagick][1] Attempted use: $img = new Imagick(); $img->readImage( $local_da_imagem ); print_r(…