Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-09-2003, 11:43 PM   #1
kmanrox
aka K-Man
 
kmanrox's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,292
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
__________________
Crypto HODLr
Crypto mining
Angel investor
kmanrox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-09-2003, 11:45 PM   #2
jact
Confirmed User
 
Join Date: Sep 2002
Location: Oakville, Canada
Posts: 9,134
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.
__________________
Free agent
jact is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-09-2003, 11:48 PM   #3
fletcher
Confirmed User
 
Join Date: Jan 2003
Location: Austin, TX
Posts: 698
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.
__________________
 
[email protected]
ICQ: 6411138
fletcher is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-10-2003, 12:10 AM   #4
kmanrox
aka K-Man
 
kmanrox's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,292
Quote:
Originally posted by fletcher
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.
thx fletch, ill verify this then give it a try...
__________________
Crypto HODLr
Crypto mining
Angel investor
kmanrox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-10-2003, 12:10 AM   #5
kevinale
Confirmed User
 
Join Date: Dec 2002
Location: Austin, TX
Posts: 2,115
I can help if you need it..

icq -> 149241543
__________________
1monkey0cup.com
kevinale is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.