mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
ncplayer.1: include octant blitter
This commit is contained in:
parent
9c4d3f5b87
commit
a7271d5941
@ -29,7 +29,7 @@ be any non-negative number.
|
|||||||
|
|
||||||
**-s** ***scalemode***: Scaling mode, one of **none**, **hires**, **scale**, **scalehi**, or **stretch**.
|
**-s** ***scalemode***: Scaling mode, one of **none**, **hires**, **scale**, **scalehi**, or **stretch**.
|
||||||
|
|
||||||
**-b** ***blitter***: Blitter, one of **ascii**, **half**, **quad**, **sex**, **braille**, or **pixel**.
|
**-b** ***blitter***: Blitter, one of **ascii**, **half**, **quad**, **sex**, **oct**, **braille**, or **pixel**.
|
||||||
|
|
||||||
**-m margins**: Define rendering margins (see below).
|
**-m margins**: Define rendering margins (see below).
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ the highest-resolution blitter available. **scale** resizes the object so that
|
|||||||
the longer edge of the rendering area is matched exactly, and the other edge is
|
the longer edge of the rendering area is matched exactly, and the other edge is
|
||||||
changed to maintain aspect ratio. **none** uses the original image size. Both
|
changed to maintain aspect ratio. **none** uses the original image size. Both
|
||||||
**scale** and **none** aim for a 1:1 aspect ratio, and will thus prefer **half**
|
**scale** and **none** aim for a 1:1 aspect ratio, and will thus prefer **half**
|
||||||
to **quad**, **sex**, or **braille**. **scalehi** and **hires** use the
|
to **quad**, **sex**, **oct**, or **braille**. **scalehi** and **hires** use the
|
||||||
highest-resolution blitter available.
|
highest-resolution blitter available.
|
||||||
|
|
||||||
Blitters can be selected at runtime by pressing '0' through '6'.
|
Blitters can be selected at runtime by pressing '0' through '6'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user