2022-03-19 10:23:38 +10:00
|
|
|
# krita
|
|
|
|
|
2023-10-09 14:12:47 +02:00
|
|
|
> A sketching and painting program designed for digital artists.
|
2022-03-19 10:23:38 +10:00
|
|
|
> See also: `gimp`.
|
|
|
|
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.
|
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
- Start Krita:
|
2022-03-19 10:23:38 +10:00
|
|
|
|
|
|
|
`krita`
|
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
- Open specific files:
|
2022-03-19 10:23:38 +10:00
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
`krita {{path/to/image1 path/to/image2 ...}}`
|
2022-03-19 10:23:38 +10:00
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
- Start without a splash screen:
|
2022-03-19 10:23:38 +10:00
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
`krita --nosplash`
|
2022-03-19 10:23:38 +10:00
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
- Start with a specific workspace:
|
2022-03-19 10:23:38 +10:00
|
|
|
|
|
|
|
`krita --workspace {{Animation}}`
|
|
|
|
|
2022-05-16 22:38:04 +10:00
|
|
|
- Start in fullscreen mode:
|
2022-03-19 10:23:38 +10:00
|
|
|
|
|
|
|
`krita --fullscreen`
|