Need a Composite help
Posted: 2010-01-26T08:24:02-07:00
Trying to composite two images:
$res->Composite(
image=>$img,
x=>$x
y=>$y
);
All works ok, but images has different brightness/contrast or color levels are different, so picture looks not very good.
How can I get levels/color/etc of both images and set them the same so pictures will be like "one"?
Sorry for my bad Egnlish.
Thanks for help!
$res->Composite(
image=>$img,
x=>$x
y=>$y
);
All works ok, but images has different brightness/contrast or color levels are different, so picture looks not very good.
How can I get levels/color/etc of both images and set them the same so pictures will be like "one"?
Sorry for my bad Egnlish.
Thanks for help!