LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

krita

professional digital painting application

TLDR

Open Krita
$ krita
copy
Open file
$ krita [image.kra]
copy
Open multiple files
$ krita [file1.png] [file2.kra]
copy
Export from command line
$ krita --export --export-filename [output.png] [input.kra]
copy
Start with no splash
$ krita --nosplash
copy

SYNOPSIS

krita [options] [files...]

DESCRIPTION

Krita is a professional digital painting application. It supports brushes, layers, filters, and animation.The tool targets concept artists, illustrators, and texture artists. It has extensive brush customization.

PARAMETERS

FILES

Image files to open.
--export
Export mode.
--export-filename FILE
Export output file.
--nosplash
Disable splash screen.
--new-image SPEC
Create new image.
--help
Display help information.

CAVEATS

Resource intensive. Large brush packs. KDE-based.

HISTORY

Krita began as part of KOffice in 1999 and evolved into a leading open-source digital painting application.

SEE ALSO

gimp(1), inkscape(1), blender(1)

Copied to clipboard
Kai