Okay... so all of my pixel art looks rough, and in order to solve this, I must use AA aka Anti-Aliasing. The problem is however, I'm having a rough time using it. Mostly around more complex shapes. Does anyone have a tutorial or something to help me out? I only know the basics behind this stuff.
Hi, Since that image is a work in progress, it's hard to judge what needs fixing and what is just unfinished, but if you want to add some anti aliasing or blending by hand, one method is to zoom in, put your 1-pixel pencil tool on 33% or 50% opacity and then sample 1 pixel and draw on the pixel beside it at 33/50% opacity.
Check out the wikipedia page for more info: [link] And these pixel art tutorials: [link]
From my video game knowledge and observations, they do anti-aliasing by adding pixels of similar color between the background and the subject. So for that image you might want to add little purple-ish pixels in problematic areas.
Thanks in advance.