Pixel Paint - Image Editor
$ PixelPaint [file]
$ pp
Pixel Paint
is a feature-rich image editing application inspired by the likes of classic Microsoft Paint, though includes many more advanced features such as tabs, layers and filters.
Documents can be saved as Pixel Paint Files (.pp
), preserving layers and images.
The supported export formats are BMP, PNG and QOI (Quite Okay Image Format).
The interface follows familiar conventions, making it easy for users experienced with other image editors to pick up. Most options are accessible through the Menu bar and are searchable with Ctrl+Shift+A
.
The toolbar contains common actions such as creating, opening and saving a file. It also provides quick access to useful zoom levels (Fit to width, Fit to height and Fit entire image).
The last icon on the toolbar opens the levels adjustment window. Levels control the exposure (light) in an image.
Ctrl +
/ Ctrl -
or use the mouse wheel. Pan with the middle-mouse button. Zooming-in far enough reveals a pixel grid which is useful for precise work, such as making pixel art.Below the canvas is the Color Panel. On the left is the Color Picker, showing the currently selected colors. The inner color is the primary color, the outer color is the secondary color. Click on either to change its color. To the right of the Color Picker is a palette of default colors. Left-click on one to set it as the primary color and right-click to set as the secondary color. Switch primary and secondary colors by pressing X
. Reset to default colors (black and white) by pressing D
. In the Edit menu, palettes can be saved and loaded as .palette
files. These are text files containing Hex Color Codes, arranged by line from the top-left color going across.
Below the Color Panel is the Status Bar. It displays the pixel coordinates of the cursor when it hovers over the Canvas. When the cursor hovers over the program's interface it describes what a button does.
To the left of the main workspace is the Tool Panel which showcases tools available for interacting with the canvas. When a tool is selected, using [
/ ]
adjusts the primary option in the Tool properties panel, e.g. Size for the Brush Tool. Adding Shift
will adjust the secondary option, e.g. Hardness for the Brush Tool. Hardness refers to how sharp or abrupt the transition is between painted elements and the background, affecting edge clarity. Feathered edges have a softer transition with a gradual decrease in intensity, creating a smooth and blended appearance contrasting with the sharpness of higher hardness.
M
)Moves layers. Select layers either in the Layers Panel or on the canvas. Layers below the top layer can be selected on the canvas if the top layer doesn't fill the entire canvas.
N
)Paints with a square brush, by default 1px with 100% hardness. Increasing the thickness results in a larger square with 100% hardness. Useful for making pixel art. To draw a straight line, make a mark, hold Shift
and click elsewhere.
P
)Paints with a round brush, by default 20px with feathered edges. Size and Hardness can be adjusted. Useful for a more natural appearance. To draw a straight line, make a mark, hold Shift
and click elsewhere.
Shift+B
)Will fill a closed shape, otherwise it will fill the whole layer.
Shift+S
)Creates a textured effect by scattering pixels randomly within the round brush. The size of and density (how closely packed the pixels are painted) of the spray can be adjusted. Useful for creating fading effects.
O
)Will make any selected color the primary color. By default, it samples only the active layer unless the option Sample all layers is selected. Quickly use at any time by holding Alt
.
Shift+E
)Erases pixels from the current layer. Has two modes: Pencil (square brush with 100% hardness) and Brush (circular with adjustable hardness). Enabling Use secondary color will apply the secondary color instead of making that part of the layer transparent.
Ctrl+Shift+L
)Creates a vector line that is rasterized (converted into a pixel equivalent) upon releasing the mouse. To constrain the angle to 22.5° increments hold Shift
whilst drawing the line.
Ctrl+Shift+R
)Draws a vector rectangle that is rasterized upon releasing the mouse. To draw a square hold Shift
whilst drawing the shape.
Options:
1
x 1
for a square).Ctrl+Shift+E
)Draws a vector ellipse that is rasterized upon releasing the mouse. To draw a circle hold Shift
whilst drawing the shape. Has many of the same options as the Rectangle Tool.
Ctrl+Shift+T
)Click to place the text and start typing. Use Shift+Enter
to create a new line. Press Esc
to cancel. The text will use the primary color. Choosing a different color will change the color of the text. Modify the font and font size in the Tool properties. Adjust the text's position while editing. Once you press Enter
or click away from the text, it will be rasterized and become non-editable.
Z
)Left-click to zoom-in, right-click to zoom-out. Adjust the increment size in the Tool properties.
Select All with Ctrl+A
. Press Esc
to clear a selection. Invert a selection in the Edit menu.
Modes:
R
)Selects a rectangular-shaped area. Holding Ctrl
will expand the selection equally on all sides.
W
)Selects an area based on its color. Adjust the threshold for a more or less precise selection.
Shift+P
)Click to draw the vertices of a polygon. Hold Shift
to constrain to 22.5° increments. It will become a selected area once a whole shape. Quickly close a shape by double-clicking. Feathering can be adjusted, which in this context will give rounded corners.
L
)Freehand draw a shape, which will become a selected area once whole. Letting go of the mouse will automatically close the shape.
G
)Create a guide line by dragging from either of the rulers surrounding the Canvas. Hold Shift
whilst dragging to do this in 10px increments (adjustable in the Tool properties). Existing guides can be moved. Right-click on a guide to delete it or open the Set Offset menu to modify its orientation and offset (the distance in pixels from the top or left-hand ruler). Useful for maintaining alignment when editing. Guide lines are not visible on export.
C
)Hold the Alt
key and click to specify the area to clone (indicated by a green circle). Then paint the clone. Currently it can only clone from the same layer. Size and Hardness of the brush can be adjusted.
Ctrl+G
)Click and drag to create a gradient, transitioning from the primary color to transparent by default. Change it to go from the primary to the secondary color in the Tool properties. Adjust the colors in the Color Panel. Move the gradient by grabbing the middle handle and change the size and orientation with the outer handles. Hold Shift
to constrain to a horizontal or vertical orientation. Press Enter
to rasterize or Esc
to cancel.
To the right of the main workspace, editor panels facilitate layer configuration, tool adjustments and provide information about the colors in an image. Minimize a panel by double-clicking its name label or using the toggle. Rearrange panels by dragging the name label. Turn them into resizable windows by dragging them out or pressing the detach icon. Turn all of them into a separate window by dragging the Editor Panels label out or pressing its detach icon. Turn a detached window back into a panel by closing the window.
The default panels are:
Two additional editor panels that visualize color can be enabled in View → Scopes:
In the Filter menu is the Filter Gallery which enables adjustment of the whole image (by default), or a selection, by tweaking colors or applying effects.
Edge detection highlights transitions between visual elements, emphasizing object boundaries. There are two different methods of achieving this:
Various methods exist for producing a blur, leading to varied results. They differ in how they allocate weight, which represents the value assigned to pixels determining their greater or lesser impact on the final image. The Gaussian and Box Blurs offer two choices: 3x3
and 5x5
, indicating the grid size for blur calculation. In simple terms, a larger grid results in a smoother blur.
The last option in the Filter menu, a Generic 5x5 Convolution filter alters an image by using a 5x5 grid of numbers to recalculate each pixel's appearance based on its nearby pixels. The Normalize option keeps the brightness consistent, maintaining a balanced and normalized appearance. The Wrap options makes sure calculations consider pixels on the other side, especially at the image edges, for a smoother effect. Without wrapping, the convolution might produce artifacts or irregularities at the image borders.
file
: The image file to be edited$ PixelPaint /home/anon/Documents/cat.jpg