Modulate image breaks colors

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rbostan
Posts: 3
Joined: 2013-05-23T07:54:59-07:00
Authentication code: 6789

Modulate image breaks colors

Post by rbostan »

Hi again,
Problem is about Imagick->modulateimage();
After

Code: Select all

$im->modulateimage(40,100,100);
command it like below:
Image

the broken part is a kind of reflection from image left side and i want to do a back curved side with some matte.
Ideas ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Modulate image breaks colors

Post by fmw42 »

Be sure you are using the latest versions of Imagemagick and Imagick see http://pecl.php.net/package/imagick/3.1.0RC2

Perhaps you could provide your input image. Perhaps it is corrupt or includes stuff on the left that is not visible until after the modulate
Post Reply