LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pinta

simple image editing program

TLDR

Open Pinta
$ pinta
copy
Open image
$ pinta [image.png]
copy
Open multiple images
$ pinta [image1.png] [image2.jpg]
copy

SYNOPSIS

pinta [options] [files]

DESCRIPTION

pinta is a simple image editing program. Inspired by Paint.NET, it provides an accessible editor for Linux.Core tools include selection, paint brush, pencil, shapes, and text. Layers enable non-destructive editing.Effects include blur, sharpen, and color adjustments. Plugin architecture allows extensions.Undo history supports unlimited levels. Changes can be reverted at any point.Common formats are supported: PNG, JPEG, BMP, GIF, and others. The native format preserves layers.

PARAMETERS

--help

Show help.
--version
Show version.

FEATURES

- Layer support- Unlimited undo- Drawing tools- Selection tools- Effects and adjustments- Plugin support

CAVEATS

Less powerful than GIMP. No CMYK support. Some advanced features missing.

HISTORY

Pinta started in 2010 as a C#/GTK port of Paint.NET concepts. It aims to be a simple alternative to GIMP for basic image editing on Linux.

SEE ALSO

gimp(1), krita(1), inkscape(1), imagemagick(1)

Copied to clipboard
Kai