LevelColors
Posted: 2013-04-03T09:47:27-07:00
Does anyone know how to use LevelColors in perl as in the example with turning the black cow to red as on this page:
http://www.imagemagick.org/Usage/color_ ... vel-colors
I have tried the following:
This only turns white to cyan, and does nothing to black. I also tried with and without the comma after the red, which seems to make no difference.
If anyone knows how this will work, it would be appreciated.
Thanks!
John
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