Hello,
Typically in a graphic editor, prior to reducing the width and height of a
pallet based image, the result is improved by first increasing its colors.
That is my goal.
Using perlmagick I can determine if an image is pallet based via:
$image->Get('type');
however, I seem unable to use the set method to increase via:
$image->Set(type=>'TrueColor');
Specifically, after having set the above, when I again query:
$image->Get('type');
"Pallet" is still returned.
Please help.
Thanks,
Rob
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users