Image-Magick-Brand

 view release on metacpan or  search on metacpan

test/test.pl  view on Meta::CPAN

#!/usr/bin/perl -w

use Image::Magick::Brand;
my $b = new Image::Magick::Brand;

$b->debug(1);

$b->brand( source => "logo.png",
           target => "photo.jpg",
           output => "branded.jpg" );

print "\nOpen branded.jpg. If the logo is located on the lower left hand corner of the photo then everything should be 
working.\n";



( run in 1.049 second using v1.01-cache-2.11-cpan-39bf76dae61 )