mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
notcurses_visual/notcurses-view: update man pages for sexblitter
This commit is contained in:
parent
16bffab27a
commit
4fb09431ac
@ -14,8 +14,8 @@ notcurses-view - Render images and video to a terminal
|
||||
|
||||
**notcurses-view** uses a multimedia-enabled notcurses to render images
|
||||
and videos to a terminal. By default, **stretch**-type scaling is used to
|
||||
fill the rendering area, and the **quadblitter** blitter is used for a
|
||||
2x2→1 mapping from pixels to cells.
|
||||
fill the rendering area, and the **sexblitter** blitter is used for a
|
||||
3x2→1 mapping from pixels to cells.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
@ -186,6 +186,11 @@ visual and the specified blitter.
|
||||
|
||||
**ncvisual_geom** returns non-zero if the **blitter** is invalid.
|
||||
|
||||
**ncvisual_default_blitter** returns the blitter selected by **NCBLIT_DEFAULT**
|
||||
in the specified configuration. If UTF8 is not enabled, this will always be
|
||||
**NCBLIT_1x1**. Otherwise, if **NCSCALE_STRETCH** is in use, this will be
|
||||
**NCBLIT_3x2**; if the scaling is any other value, **NCBLIT_2x1** will be used.
|
||||
|
||||
# NOTES
|
||||
|
||||
Multimedia decoding requires that Notcurses be built with either FFmpeg or
|
||||
|
Loading…
Reference in New Issue
Block a user