[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Einfügen von Text in Bilder (On-the-Fly)



Hallo Manfred,

Am 2007-07-31 19:55:50, schrieb manfred gil:
> #!/bin/bash
> 
> test-e fertig || mkdir fertig
> for bild in `find ./ -maxdepth 1 -type f -maxdepth 1`
> do convert -geometry 800x800 \
>          -quality 72 \
>          -rotate 90 \
>          -fill white -pointsize 12 \
>          -draw "text 20,20 'Copyright 2006 M+C Gil'" \
>          -rotate -90 \
>          $bild fertig/$bild
> done

Aber da kann ich keine TTF angeben...
Das mach nur FIXED-Size fonts...

Was ich eigentlich machen wollte ist ein 45° versetzter Copyright Balken
in Helvetica oder so.  Dieses FIXED-Size ist einfach nur pothässlich.

Vor allem kann ich zu/aus convert nicht PIPEN.

Thanks, Greetings and nice Day
    Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSN LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: