Linux – Add Watermark to Photos
Summary This page separates out the task of adding a watermark to a photo from the longer Perl image manipulation page. There is also a work-around if you are having trouble adding a watermark to an image that is already rotated. Here is the way my watermark looks: Procedure #!/usr/bin/perl -w#2004-10 Kim Briggs#Abbreviated script to only put…