Leafychan’s first request

In continuation of the winners from my recent raffle on my tumblr. Here is leafychan’s first request.

I really wanted a sweet, cuddly pic of Sebastian and F!Hawke (close to default for sanity sake, except with a softer,sweeter, less angular face than defult). Mage if it matters.
leafychan

I decided to make it more intimate and sweeter. I hope this will do.

Tips on Layout and Paneling of a Comic Page

There are three main points on layouting a comic page:

1. Composition
Composition changes the structure of panels to create variations and the dynamics in a page.
2. Flow
Flow is to be able to convey ideas through multiple panels and images. This illustrates progression in a reader’s mind
3. Readability
This wraps it all together by making sure the story gets across.

 The image above demonstrates basically the overall points on how to achieve the layout. Even without words, you can easily see that the character notices the knife and picked it up at the end.

Remember that in a comic page, there’s only so much text that you can put in. The more text you put the heavier the page becomes; the heavier it is, the more cluttered it will feel and will strain the eyes (Points to readability).

Of course, this is just one example and there are a lot of different ways on how to layout a page, but main point is that you need a path for the eyes to follow. Pay attention on where your line begins and where it ends. This will help create the pacing and transition on each panel or to another page.

My recent raffle in tumblr

So, I recently posted a raffle on my tumblr account and did a live stream of the draw. (Here’s a recorded version)

draggy-s was the first one to respond on what request she wanted. I hope this is, as I quote “kingly and dapper and all sorts of hot” for her. I changed Alistair’s clothes/armor into something more fashionable and what I think is kingly and kept some of the essential details from Cailan’s armor in dragon age: origin. As for Sebastian, I changed his inner jack into a robe and keeping the hood. I also changed the chest armor into a piece that will not be a hindrance for the robe while keeping the chain-mail and, of course, the belt with Andraste’s face.

Regarding their look, I think Alistair couldn’t possibly give a -uhm- how do you say melting kind of stare? He’s too kind and innocent but he’d give you those puppy eyes kind of look. Sebastian, I think, has the ability to use his charms… knowing that he’s been whoring at the age of 13, correct?

In any case, I had fun with this request. I love these two and got me excited to draw it. I said I was going to sleep before doing it but I end up drawing anyway.

Artwork was done in SAI

My Goal for 2012

I am not asking for a donation but only a moment of your time…

I’d like to share a thought, the pen tablet that I have right now is a wacom bamboo (the silver one), very old model which I’ve been using for almost five years now. I have been drooling over a Cintiq model ever since I saw it in the market but alas the price put me off too many times. Every year that pass, I would check its price and it has not depreciate at all. For the past few years, I’ve been brooding and did not look into the future that much. I was just going through the motion of what may happen when it hit me; odd things happened last year; unexpected things and might as well placed me in a rabbit hole.

2012
The dragon.
Will this year be our last? I wonder.

There’s no reason why I should brood more over it and if that’d be the case I’d like to chase one of my dream before all hell break lose. My plan is to save up all of the paid commissions I earn to be able to buy a wacom Cintiq 12WX. I am still very far from the total amount but this time I am determined, if you’d help me.

Here are samples of my work just so you’d know what you’re getting:

Commission: Female Elf Archer (close up)

Commission: Female Elf Archer (close up)

Mass Effect 2: Joker and Shepard

Mass Effect 2: Joker and Shepard

Commisison: Zevran Arainai

Commisison: Zevran Arainai


Continue reading

Rescheduling the Aquila comics

I’ll have to reschedule the comic pages to a tri-weekly (3 times a week). I was a little too ambitious thinking that I can handle it. I’ll publish them every Monday, Wednesday, and Friday.

By Blood

I just finished the Companion quest line in the game Skyrim and thought of doing a quick speed painting of a werewolf. At the second to the last quest, I transformed into a werewolf and just went crazy on taking down the silver hands and at the end of all the massacre, I had to wait for a long long while until I could transform back.

I totally forgot about the wait option and just thought of sketching the darn beast.

 

Print Available.

Adding a Four Color Gradient in Bootstrap.less

I modified the gradient code in bootstrap adding a four color gradient into my version. You can already see the example on my navigation bar and I’d like to share this if you’d like to use it. Here is version of my script. You can use it as a template to customize and build upon for your own needs.


How to add this in bootstrap.less

Locate the #gradient code, it should be in the mixins.less if you’re using the exact file in gitHub. Once you located the #gradient add this inside the bracket:

/* Add this inside */
  .vertical-four-colors(@startColor: #ffffff, @midColor: #ebebeb, @midSecColor: #dbdbdb, @colorStop: 0.5, @endColor: #b5b5b5) {
    background-color: @endColor;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, @startColor 0%, @midColor 50%, @midSecColor 50%, @endColor);
    background-image: -webkit-gradient( linear, left top, left bottom, from(@startColor), color-stop(@colorStop, @midColor), color-stop(@colorStop,@midSecColor), to(@endColor));
  }

Here is a code on how to use this four color gradient.
a {
  #gradient > .vertical-four-colors(#ffffff, #ebebeb, #dbdbdb, 0.5, #b5b5b5);
  color: @linkColor;
  &:hover {
    #gradient > .vertical-four-colors(#e0f3fa, #d8f0fc, #b9e2f6, 0.5, #b6dffd);
    color: @linkColorHover;
    text-decoration: none;
  }
}


Note that the @colorStop is to set where the @midColor and @midSecColor will meet. I set the default right in the middle.

I hope this helps someone out there. If you have any suggestions on improvements, please share them in the comments.

Thanks. :)

Random thoughts

I started on using Bootstrap.LESS on most of my current projects and while doing so, I figured to update my website as well.  I’ve updated the theme on using HTML5, CSS3 (with Bootstrap), and jQuery. I integrated the fancyBox version 2 in replacement for the lightbox plugin I used before on my wordpress. I also got rid of the sharethis.com plugin and just used the simple buttons that twitter, facebook, and google+ provided.

I admit that I have not updated much on my website I celebrated my 32nd birthday with the family, it’s just a simple celebration nothing to document on the internet. :)

Skyrim is keeping pretty much busy on my free time.

If you guys are really into gamings you should check out these two game blogs gamerbc.com and gamesandgeekery.com. They have more extensive inputs about games than I am.

On a side note, I mentioned that I moved the comic section on a sub-domain of my site. I’ve been trying to continue working on the chapter two of Aquila. I really don’t know how many people are interested in it but I find myself having fun drawing Lywin’s story of Aquila. I am having thoughts on whether to color it or not and keep it as black and white just like the first chapter.