notcurses_visual.3: link to sixel/kitty

This commit is contained in:
nick black 2021-03-08 23:31:27 -05:00
parent 16d0b71162
commit f35e2eb982
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,10 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 2.2.4 (not yet released)
* Implemented **EXPERIMENTAL** `NCBLIT_PIXEL` for terminals reporting the
Kitty pixel graphics protocol.
* 2.2.3 (2021-03-08)
* Implemented **EXPERIMENTAL** `NCBLIT_PIXEL` for terminals reporting Sixel
support. Added `notcurses_check_pixel_support()` and its companion

View File

@ -251,6 +251,9 @@ Multimedia decoding requires that Notcurses be built with either FFmpeg or
OpenImageIO support. What formats can be decoded is totally dependent on the
linked library. OpenImageIO does not support subtitles.
Sixel documentation can be found at [Dankwiki](https://nick-black.com/dankwiki/index.php?title=Sixel).
Kitty's graphics protocol is specified in [its documentation](https://sw.kovidgoyal.net/kitty/graphics-protocol.html).
# BUGS
**ncvisual_rotate** currently supports only **M_PI**/2 and -**M_PI**/2