Hello,
Please, help me to resolve problem with lightness.
It seems $img->Modulate( saturation=>'0', lightness=>'150') doesn't work in Perl.
It works the same like $img->Modulate( saturation=>'0').
Is it a bug or is their any other way how to implement lightness?
Problem with lightness in Perl
Re: Problem with lightness in Perl
Try luminosity instead of lightness until we can get a patch to correctly interpret the lightness parameter.
Re: Problem with lightness in Perl
Thank you!
But, according to PerlMagick tutorial there is no parameter luminosity in Modulate.
There are only brightness, saturation, hue, lightness, whiteness and blackness.
I also can't find parameter luminosity in other functions.
But, according to PerlMagick tutorial there is no parameter luminosity in Modulate.
There are only brightness, saturation, hue, lightness, whiteness and blackness.
I also can't find parameter luminosity in other functions.