Branding dynamic
Posted: 2013-09-03T02:47:35-07:00
Hello guys,
this is my code for branding a logo on a picture
<?php
echo exec("composite -dissolve 30 -gravity southeast -geometry +25+25 branding/logo_RESIZE.png branding/*.JPG Brandingpics/*.jpg");
?>
but i wanna branding logo_RESIZE.png on more pictures from the order "branding" dynamic in the order Brandingpics, but how ?
this is my code for branding a logo on a picture
<?php
echo exec("composite -dissolve 30 -gravity southeast -geometry +25+25 branding/logo_RESIZE.png branding/*.JPG Brandingpics/*.jpg");
?>
but i wanna branding logo_RESIZE.png on more pictures from the order "branding" dynamic in the order Brandingpics, but how ?