Questions tagged as 'imagick'

1
answer

Solve captchas using PHP

I searched Google in forums but found nothing satisfactory to my needs. I wonder if anyone knows a solution to solve captchas like this . > using PHP. I have basic knowledge about the Imagick and GD libraries, however I am looking for some libra...
asked by 04.05.2015 / 19:46
0
answers

Climb an image with imagick without deforming the original

I have an application where the user can upload an image, crop and "work" the image, adding props etc ... My problem is in the crop because the max size of the crop is always different depending on the the resolution of the images, to combat thi...
asked by 13.12.2014 / 12:48
1
answer

Images compressed with Imagick do not pass the PageSpeed test

What parameters can I add to Imagick to improve image compression? Even with this code, PageSpeed Google continues to accuse images need to be reduced. $image = new \Imagick($request->img->path()); $image->setImageF...
asked by 05.09.2018 / 04:17
1
answer

PHP - Display Animated GIF

Hello, I'm having a hard time displaying Animated GIF in my script, I know the GD library does not display animated GIF, I'd like to know how I do it. I just want to send the Animated GIF from a URL to the browser, for example: //As Funções...
asked by 29.07.2015 / 07:01
0
answers

PDF to PNG using php and imagick

I'm trying the best way, via the web, to load a PDF (Large and high quality file) and transform it into an image, which will be displayed in an APP, that is, it has quality but can not be "heavy" so as not to damage the performace of the app at...
asked by 23.02.2018 / 23:21
0
answers

Install Imagick PHP5.4 centOS

I'm trying to install Imagick on a cOOS 5.11 server but so far without success. When I run: convert --version , got the message    Version: ImageMagick 7.0.1-10 Q16 x86_64 2016-06-07    link Copyright: Copyright (C) 1999-2016   Ima...
asked by 07.06.2016 / 21:42