1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/krita.md
2022-03-19 01:23:38 +01:00

493 B

krita

Krita is a sketching and painting program designed for digital artists. See also: gimp. More information: https://docs.krita.org/en/reference_manual/linux_command_line.html.

  • Start krita:

krita

  • Start without the splash screen:

krita --nosplash

  • Open the specified files:

krita {{path/to/image1 path/to/image2 ...}}

  • Start with the specified workspace (Animation):

krita --workspace {{Animation}}

  • Start in the fullscreen mode:

krita --fullscreen