Here is my question:
I have a problem with the function-composite, need to generate a composite of several images for printing, but the final composition loses quality in color (something like the saturation of images that make up the composition) How I can fix it?
i´m using this code:
Code: Select all
$cmd =\" -size 4714x3141 xc:#FFFFFF -density
266x266 photo1.png -geometry +100+100 -
composite photo2.png -geometry +500+100 \".
\" -composite\";
exec(\"convert $cmd background.jpg\");