Search found 10 matches

by marciano
2012-07-02T10:16:54-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

I found a way. It is highly probably it could be cleaned convert -size 440x290 xc:transparent \ -draw "fill black fill-opacity 0.2 rectangle 420,0 440,150 \ font AvantGarde-Demi font-size 14 \ fill white \ translate 435,100 rotate -90 text 0,0 \' Anthony \'" \ draw_mvg.gif' composite -grav...
by marciano
2012-07-02T07:43:54-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

This draws a black rectangle and a text on it. convert -size 440x290 xc:lightblue \ -draw "fill black rectangle 420,0 440,150 \ font AvantGarde-Demi font-size 14 \ fill white \ translate 435,100 rotate -90 text 0,0 \' Anthony \'" \ draw_mvg.gif' As I wrote before I cannot use some new tech...
by marciano
2012-06-28T11:43:44-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

Fred, I edited my previous post. I didn't realize that in one of my old tries of convert, stamp.png was substituted by that bad target.jpg and of course, any new attempt composing the bad stamp.png would result in the same not desired image. Fixing that your suggestion was good. I appreciate and sor...
by marciano
2012-06-28T10:22:12-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

It still displays stamp.png at top-left with or w/o parenthesis
Thank you

PS: sorry, I found the error. Your suggestion is good. Thank you. (in some of my tests I accidentally replaced stamp.png by source.png, that with stamp at up-left side)
by marciano
2012-06-28T09:28:27-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

Thanks for your help. In my old version 'draw' does not work. I have another question convert source.jpg -resize 500x500 -composite -gravity Center stamp.png target.jpg This is a simplified line from real one. The problem I have is that '-gravity Center' does not work. stamp.png is placed up and lef...
by marciano
2012-06-23T10:41:31-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

Okay, thank you Fred, I got it. Thank you

#!/bin/sh
for f in *.jpg
do {
composite -gravity Center wm.png $f $f
}
done
by marciano
2012-06-23T09:09:00-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Re: Embed text in an old IM version

Hi,
I found a composite way using a png stamp 'composite -gravity Center wm.png source target' but I cannot use it in mogrify applied to a dir content.
Thank you
by marciano
2012-06-22T15:10:54-07:00
Forum: Users
Topic: Embed text in an old IM version
Replies: 14
Views: 17446

Embed text in an old IM version

Hello, I´ve been trying some commands but they seem only to work on new versions Mine is 6.2.8 (up-to-date from Centos repositories, I don't want to upgrade for security reasons) I just want to embed a text in the middle of a bunch of jpegs into a directory. Text length should be 400 pixels or somet...
by marciano
2011-06-19T09:52:05-07:00
Forum: Users
Topic: Round corners
Replies: 15
Views: 42616

Re: Round corners

Hello, thanks for your help. Regrettably this is the 'up-to-date' version from my Centos 5.6 repo This is web server I prefer not to make upgrades by myself. Imagick php extension makes the script write quite simple but I also get the same out-to-date problem. In your example I get this error msg co...
by marciano
2011-06-18T15:13:33-07:00
Forum: Users
Topic: Round corners
Replies: 15
Views: 42616

Re: Round corners

Hello.
I get "convert: unrecognized option `-alpha'."
My version is 6.2.8.0-4.el5_5.3
How can I solve it.
I need rounded corners and a soft image shadow.
Thank you