Editing

Drawing tools, image operations, palettes, and keyboard shortcuts.

Drawing Tools

Miggy Draw provides essential pixel art tools, each optimized for Amiga graphics. Select tools with keyboard shortcuts 1 through 8.

Pencil

The default drawing tool. Click or drag to place pixels with the selected color.

Eraser

Sets pixels to color index 0 (transparent/background).

Line

Draw straight lines between two points. Click to start, drag to preview, release to commit.

Shapes

Draw rectangles and ellipses. Click and drag to define the bounding box.

Flood Fill

Fill connected regions of the same color with the selected color.

Warning

Flood fill respects the current image's color depth. On a 2-bitplane image, only 4 colors are available.

Eyedropper

Sample a color from the canvas to use as the current drawing color.

Image Operations

Transform your images with these operations, available from the Edit menu or toolbar:

Operation Description
Flip HorizontalMirror the image left-to-right
Flip VerticalMirror the image top-to-bottom
Shift Up/Down/Left/RightScroll pixels with wrapping
ClearReset all pixels to color 0
ResizeChange dimensions (may lose data)

Palettes & Colors

The Amiga uses 12-bit color (4 bits per channel), giving 4096 possible colors. Palettes define which colors are available based on bitplane count:

Bitplanes Colors Typical Use
12Masks, simple icons
24Sprites
38Small BOBs
416Detailed graphics
532Full-color artwork

Create palettes with + + 1-5 (number = bitplanes). Edit colors by clicking swatches in the palette panel.

Tip

Mark frequently-used palettes as favorites for quick access across projects.

Keyboard Shortcuts

Tools

KeyTool
1Pencil
2Eraser
3Line
4Rectangle
5Ellipse
6Flood Fill
7Mask Tool (BOBs only)
8Eyedropper

File Operations

ShortcutAction
+ + NNew Project
+ NNew Image/Font
+ + 1-5New Palette (1-5 bitplanes)

Editing

ShortcutAction
+ ZUndo
+ + ZRedo
+ +Zoom In
+ -Zoom Out

Continue to Export & Code Generation to learn about generating Amiga-ready code.