8 min read
2026-01-15
Pixel art is a form of digital art where an image is created by editing individual pixels. The style is associated with retro games, but is still actively used today.
Basic tool - places one pixel at a time. Precise control over every point.
Fills a closed area with a single color. Convenient for large, monochromatic areas.
Removes pixels, making them transparent.
###Pipette
Takes a color from an existing pixel to reuse.
| Size | Application |
|---|---|
| 16x16 | Icons, favicon |
| 32x32 | Sprites, small objects |
| 64x64 | Characters, detailed objects |
| 128x128 | Scenes, tiles |
Start with the outline of the object. Use a dark color, 1 pixel thick.
Fill the outline with base colors - this creates the base of the image.
Add dark and light shades for volume. Choose the direction of the light source and stick to it.
Start drawing in Pixel Art Editor.
See also: SVG editor, Favicon generator, Image filters