Im trying to get the getImageBackgroundColor function to work with no luck. I want to use it to get the backround color of image1, then use that color when creating image2 something like:
Code: Select all
$image2->newImage($width,$height,new ImagickPixel(' bgr color from image1 '));
Thanks!