how can i use Magick::image modulate()??

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
mitta

how can i use Magick::image modulate()??

Post by mitta »

I set modulate(2.0,2.0,2.0),
why photo can't see anything(all black..)
mitta

Re: how can i use Magick::image modulate()??

Post by mitta »

sorry,is Modulate(1.0,1.0,1.0);
also all the photo be paint balck...
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: how can i use Magick::image modulate()??

Post by magick »

The Modulate() values are percentages. Use 100, 50, 100, for example.
mitta

Re: how can i use Magick::image modulate()??

Post by mitta »

3Q~i get it...
Post Reply