Files
tldr/pages.ru/common/gimp.md
2023-12-29 10:16:53 +01:00

26 lines
782 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gimp
> GNU программа для работы с изображениями.
> Смотрите также: `krita`.
> Больше информации: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
- Запустить GIMP:
`gimp`
- Запустить без заставки:
`gimp --no-splash`
- Открыть указанные файлы:
`gimp --new-instance {{путь/к/изображению1 путь/к/изображению2 ...}}`
- Вывести ошибки и предупреждения в консоль, вместо отображения их в диалоговом окне:
`gimp --console-messages`
- Включить обработчики сигналов отладки:
`gimp --debug-handlers`