Search found 1 match
- 2011-05-24T13:58:05-07:00
- Forum: Users
- Topic: PHP getImageBackgroundColor??
- Replies: 0
- Views: 3710
PHP getImageBackgroundColor??
Hi! 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: $image2->newImage($width,$height,new ImagickPixel(' bgr color from image1 ')); However I cant get the ...