There is a lot of funny comics every where that is cool !
So i tested to do one :
- i used 3 gimp pictures of 300*300 px and 300 ppp named p01c01.xcf
- i used a imagemagick bash script that put the images and the text together :
#! /bin/bash
rm *.png
convert p01c01.xcf -bordercolor black -border 5 p01c001.png
convert p01c001.png -gravity North -background White -fill Red -pointsize 18 -splice 0x18 -annotate +0+2 'What is the most sexy about me ?' p01c01.png
convert p01c02.xcf -bordercolor black -border 5 p01c002.png
convert p01c002.png -gravity North -background White -fill Red -pointsize 18 -splice 0x18 -annotate +0+2 '... may be my mouth ? ...' p01c02.png
convert p01c03.xcf -bordercolor black -border 5 p01c003.png
convert p01c003.png -gravity North -background White -fill Red -pointsize 18 -splice 0x18 -annotate +0+2 'obviously ... my eyes dont you think ?' p01c03.png
montage p01c01.png p01c02.png p01c03.png -tile 3x1 -geometry 300x300+10+10 comics.png
- i need to better works my lines ! speech and draw !
Tuesday, August 11, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment