[Ilugc] .a-tip-a-day. (convert - create logos from the command line)

  • From: girishvenkatachalam@xxxxxxxxx (Girish Venkatachalam)
  • Date: Wed Nov 11 09:00:47 2009

If you can memorize this command line you have  a great memory.

$ convert -size 800x120 xc:white -font Times-Roman -pointsize 100
-fill gray -annotate +20+80 'Linux is cool' -fill black -annotate
+23+83 'Linux is cool' -trim +repage logo.png

All in one line.

Best thing to do is create a script in /usr/bin as root and give ugo+x
permissions with $1 as parameter for the first 'Linux is cool' and the
second too.

But you need to adjust the canvas size of 800x120 for longer text...

-Girish
-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com

Other related posts:

  • » [Ilugc] .a-tip-a-day. (convert - create logos from the command line) - Girish Venkatachalam