Branding dynamic

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
leo20
Posts: 4
Joined: 2013-09-02T04:33:11-07:00
Authentication code: 6789

Branding dynamic

Post by leo20 »

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 ?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Branding dynamic

Post by snibgo »

I don't understand the question. Can you re-phrase it?
snibgo's IM pages: im.snibgo.com
leo20
Posts: 4
Joined: 2013-09-02T04:33:11-07:00
Authentication code: 6789

Re: Branding dynamic

Post by leo20 »

i wanna branding logo_Resize.png dynamic on more pictures
Post Reply