Showing posts with label Comics Lolita. Show all posts
Showing posts with label Comics Lolita. Show all posts

Thursday, September 10, 2009

[Comics Lolita] sweet lolita remix comics !

Here is a test comics with old pics and added text with imagemagick !

So keep training ...

Thursday, August 13, 2009

[Comics Lolita] A really prude girl demonstration

Here is more training with my comics strip script.
I really have trouble to sketch in gimp, some troubles with my tablet pressure (or with the user ;)
So it seems i sketch better in pencil animation so that is what i did.
- Sketch in pencil
- Then more outline and color in gimp (3 hours).

Lot more work needed... So keep training !

Wednesday, August 12, 2009

[Comics Lolita] Try to monkey the masters

In order to train myself to draw, i try sometimes to mimic the masters.
In fact my masters are mainly erotic drawers and there are awesome ! Like Manara, Baldazzini, Serpieri...

For that post, i took a Manara part, i sweet lolitize it a little and i got that ! Keep training !

Tuesday, August 11, 2009

[Comics Lolita] A kiss test comics

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 !