Introduction
Aseprite provides a comprehensive set of drawing tools designed specifically for pixel art and sprite creation. Each tool offers unique capabilities to help you bring your artistic vision to life.Pencil & Brush
Freehand drawing with customizable brushes and dynamics
Selection Tools
Select, move, and transform regions of your artwork
Fill Tool
Flood fill areas with colors and patterns
Gradient
Create smooth color transitions and blends
Shape Tools
Draw rectangles, ellipses, and other geometric shapes
Tool System Architecture
Aseprite’s tool system is built on several key components that work together:Controllers
Controllers manage user input and how strokes are captured:- Freehand: Follows mouse movement for natural drawing (used by Pencil, Brush)
- TwoPoints: Defines shapes with start and end points (used by Line, Rectangle, Ellipse)
- PointByPoint: Builds shapes point-by-point (used by Polygon)
- OnePoint: Single-click tools (used by Magic Wand, Fill)
Inks
Inks determine how colors are applied to the canvas:Paint Inks
Paint Inks
- Simple: Direct color application
- Alpha Compositing: Blends with transparency
- Copy: Overwrites existing pixels
- Lock Alpha: Preserves transparency while painting
Special Inks
Special Inks
- Shading: Uses color ramps for pixel art shading
- Gradient: Creates smooth transitions between colors
- Selection: Modifies selection boundaries
- Eraser: Removes or replaces colors
Intertwiners
Intertwiners define how points in a stroke connect:- None: Individual points only
- AsLines: Connects points with lines
- AsRectangles: Draws rectangular shapes
- AsEllipses: Draws elliptical shapes
- AsBezier: Creates curved Bezier paths
- AsPixelPerfect: Removes redundant pixels for clean lines
Common Features
Brush Customization
All painting tools support customizable brushes:Choose Brush Type
- Circle: Round brush (default)
- Square: Square brush
- Line: Directional line brush
- Custom: Import image as brush
Tool Modifiers
Ink Modes
Change how tools apply color:| Ink Mode | Description | Shortcut |
|---|---|---|
| Simple | Direct painting with full opacity | - |
| Alpha Compositing | Blend with transparency | - |
| Copy | Replace pixels completely | - |
| Lock Alpha | Paint without changing transparency | - |
| Shading | Use color ramps for shading | Shift+R |
Workflow Tips
Keyboard ShortcutsQuickly switch between tools:
B- PencilM- Rectangular MarqueeG- Paint Bucket (Fill)Shift+G- GradientU- RectangleShift+U- Ellipse
Drawing Techniques
- Pixel Perfect Mode: Enable for automatic line cleanup (Tools → Pixel Perfect)
- Symmetry Drawing: Use View → Symmetry Options for mirrored artwork
- Tiled Mode: View → Tiled Mode for seamless patterns
- Onion Skinning: View animation frames while drawing

