Search found 4 matches
- 2013-09-03T03:41:06-07:00
- Forum: Users
- Topic: Branding dynamic
- Replies: 2
- Views: 2574
Re: Branding dynamic
i wanna branding logo_Resize.png dynamic on more pictures
- 2013-09-03T02:47:35-07:00
- Forum: Users
- Topic: Branding dynamic
- Replies: 2
- Views: 2574
Branding dynamic
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 ...
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 ...
Re: Branding
not work:/ i cant see a new file "DSC_logo.jpg" in my directory
Branding
Hello guys,
i wanna branding a logo on a picture, this is my code
<?php
echo exec("usr/bin/composite -gravity SouthEast logo-fz.png img-ready/DSC_6718_RESIZE.jpg img-ready/DSC_logo.jpg ");
echo "<img src=\"/img-ready/DSC_logo.JPG \">";
?>
but my code don´t work, what is wrong ? i need help
i wanna branding a logo on a picture, this is my code
<?php
echo exec("usr/bin/composite -gravity SouthEast logo-fz.png img-ready/DSC_6718_RESIZE.jpg img-ready/DSC_logo.jpg ");
echo "<img src=\"/img-ready/DSC_logo.JPG \">";
?>
but my code don´t work, what is wrong ? i need help