mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
More work on ImageMagick
This commit is contained in:
@@ -120,7 +120,17 @@ not a terminal, but you can turn it off or on explicitly, if needed.
|
||||
|
||||
--silent
|
||||
type=bool-set
|
||||
Do not print out anything to STDOUT during operation.
|
||||
Not used, present for legacy compatibility.
|
||||
|
||||
|
||||
--engine
|
||||
type=choices
|
||||
choices=auto,builtin,magick
|
||||
default=auto
|
||||
The engine used for decoding and processing of images. The default is to use
|
||||
the most appropriate engine. The :code:`builtin` engine uses Go's native
|
||||
imaging libraries. The :code:`magick` engine uses ImageMagick which requires
|
||||
it to be installed on the system.
|
||||
|
||||
|
||||
--z-index -z
|
||||
|
||||
Reference in New Issue
Block a user