http://www.imagemagick.org/Usage/color_ ... vel-colors
I have tried the following:
Code: Select all
$image->LevelColors('black-point' => "red", );
If anyone knows how this will work, it would be appreciated.
Thanks!
John
Code: Select all
$image->LevelColors('black-point' => "red", );
I am not a perlmagick user.$image->LevelColors('black-point' => "red", );
Code: Select all
convert cow.gif +level-colors red, cow_red.gif
Code: Select all
$image->LevelColors('black-point' => "red", invert => 'True' );