Search found 6 matches

by PaigeS
2011-07-28T08:08:07-07:00
Forum: Users
Topic: Watermark with Text
Replies: 9
Views: 34280

Re: Watermark with Text

Sorry to anyone who's looking at this -- I see I used the same image url each time I played with it...so looking now at the older posts (besides the last one) is not actually how it looked when I commented on it...
by PaigeS
2011-07-28T08:07:01-07:00
Forum: Users
Topic: Watermark with Text
Replies: 9
Views: 34280

Re: Watermark with Text

OK, I got it to work to my boss's desire...so no need to answer anything in this post. Here's my current code for anyone else who's looking at this... http://74.208.174.74/ProductMaintenance/Casio_XJ_A140_image_2_watermarkedTB.jpg convert -size 400x200 xc:none -font Arial -pointsize 25 -kerning 1 -g...
by PaigeS
2011-07-28T07:39:23-07:00
Forum: Users
Topic: Watermark with Text
Replies: 9
Views: 34280

Re: Watermark with Text

I'm now trying to use the annotate command, since I want my text to be angled & tiled. So, here's what I have: convert -size 400x200 xc:none -font Arial -pointsize 30 -kerning 2 -gravity center -fill rgba(0,0,0,0.4) -annotate 315x315+0+0 "Tequipment.net" WATERMARK_FILE.png And here's t...
by PaigeS
2011-07-28T06:44:19-07:00
Forum: Users
Topic: Watermark with Text
Replies: 9
Views: 34280

Re: Watermark with Text

Hi, thanks for all your help. I tried copying the code you have for the nice embossed look in the sample (of the flower) you included above. Here's my code: convert -size 450x200 -background none -font Utopia-bold -fill white -gravity center caption:"Tequipment.net" -shade 240x40 WATERMARK...
by PaigeS
2011-07-27T13:03:25-07:00
Forum: Users
Topic: Watermark with Text
Replies: 9
Views: 34280

Re: Watermark with Text

Yes, thank you. That worked! Thank you! Here's a sample: http://74.208.174.74/ProductMaintenance/Casio_XJ_A140_image_2_watermarkedTB.jpg But, I would prefer something prettier like the rubbleheads sample above...Is there any slight modifications to size/font/etc to make my watermark more pleasant an...
by PaigeS
2011-07-27T11:43:53-07:00
Forum: Users
Topic: Watermark with Text
Replies: 9
Views: 34280

Watermark with Text

Hi, I'm trying to watermark an image with text, but I'm struggling to get this done. I've read many blogs online, including http://www.imagemagick.org/Usage/annotating/#wmark_text ...but my watermark is just not coming out correctly. My main problem is that my watermark seems to have a background th...