![]() |
FreeBSD Mass Watermarking?
Is there a way using imagemagick or something, some way, some how, to mass watermark images on a freebsd server?
if so i'd be GREATLY appreciative... thx |
Get someone to write you up something in Perl to use ImageMagik to do it. I used to have a script that did this but lost it in a server crash. I do all my mass image manipulation with ImageMagik, it's great.
|
Try this:
----------- #!/bin/sh for i in $1/*.jpg FILENAME=`basename $i` composite -geometry +10+10 watermark.png $FILENAME $FILENAME done ----------- That's a simple shell script to do it if you have ImageMagick installed. The watermark file needs to be a PNG with transparency. You can set the offset by changing "+10+10", etc. |
Quote:
|
I can help if you need it..
icq -> 149241543 |
All times are GMT -7. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123