C'mon kids, it's easy to draw Heisie, just like in this image!
(Inspired by Mark Anderson)
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-1.2.png", '', '' );
?>
First, draw a rectangle with rounded corners. Make it a bit long - Heisie's got a long face
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-2.2.png", '', '' );
?>
Second, put on the hat. Just draw the outline for now so you can line it up accurately with his head. Be sure and draw in that little flip on the left and the round part on the right.
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-3.2.png", '', '' );
?>
Color in the hat
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-4.2.png", '', '' );
?>
Start the glasses with a thin rectangle that just barely extends beyond the edges of the face. The dot in the middle is so we make both lenses of the glasses the same size. I've had real problems with that and this is the fix.
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-5.2.png", '', '' );
?>
Add two curved lines for the bottom of the lenses, joined at the dot.
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-6.2.png", '', '' );
?>
Color in the glasses and add the ears. Mr. He has got some real Dumbo flaps goin' on there.
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-7.2.png", '', '' );
?>
Add the nose. Pretty straightforward. Don't make it too big though.
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-8.2.png", '', '' );
?>
This part's kind of tricky. Add the moustache and beard. You might want to click to view the larger image of this sample. It's OK to draw the beard a bit longer than the chin if you didn't draw the face long enough. (I didn't)
<?php
print theme( 'imagecache', 'thm_img', "sites/botaday.com/files/blogimg/draw_heisenberg-9.2.png", '', '' );
?>
Color in the moustache and beard.
Et Voila! Mr. Heisenberg!