Top "Imagick" questions

Imagick is a native php extension to create and modify images using the ImageMagick library.

PHP+Imagick - PNG Compression

How do I efficiently compress a PNG? In my case, the images are small grayscale images with transparency. Currently I'm …

php compression png imagick
How to use imagick's writeImage() function?

This works if I keep the script in the same directory as the image being manipulated. And the resultant image "…

php image-processing imagemagick imagick
Overlay PNG on JPG using Imagick

I have the last few hours tried to get a PNG logo with a transparent background on top of a …

php imagemagick imagick
Imagick PHP 5.4 extension does not work with relative paths. (windows)

I'm trying to install imagick PHP extension on windows. It was working on PHP 5.2, PHP 5.3 but I have problems with …

php windows relative-path imagick
php Imagemagick jpg black background

I have a php script to create jpg thumbnail of pdf as follows; <?php $file ="test.pdf"; $im = new …

php imagemagick imagick
Creating two pdf pages with Imagick

Currently i can create PDF files from images in Imagick with this function $im->setImageFormat("pdf"); $im->writeImage("…

php pdf imagick
gem install rmagick -v 2.13.1 error Failed to build gem native extension on Mac OS 10.9.1

I have tried everything by giving path of MagickWand.h, I have command tools installed. Can anyone help me out ? $ …

ruby-on-rails ruby gem imagemagick imagick
Write EXIF into JPG with PHP

For a couple of days I'm trying to write (or update) EXIF information (geotag, latitude and longitude) in a JPG …

php exif imagick
Using Imagick in Symfony2?

I am trying to use Imagick with Symfony2, but every time I try and use it, it gives me the …

php symfony imagick
Install imagick on mac

I need to install imagick extension for php. I have already installed Image Magick. Then I did "sudo pecl install …

php macos xampp imagick pecl