Search found 1 match

by pelelive
2011-11-19T15:52:29-07:00
Forum: IMagick
Topic: Imagick colorizeImage Hex darker
Replies: 1
Views: 7846

Imagick colorizeImage Hex darker

Hi all, I use PHP and Imagick to change the color of a transparent PNG. The image in the PNG is a simple shape with a transparent background. I use the colorizeImage function to change the color. $img = new Imagick("shape.png"); $img->colorizeImage("#99ccff", 1); The problem is that Imagick show a ...