mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
img2sixel: add page (#15684)
This commit is contained in:
parent
8d82bdace7
commit
aa371e8a87
1 changed files with 12 additions and 0 deletions
12
pages/common/img2sixel.md
Normal file
12
pages/common/img2sixel.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# img2sixel
|
||||
|
||||
> Convert images to the Sixel format for displaying in a terminal.
|
||||
> More information: <https://manned.org/img2sixel>.
|
||||
|
||||
- Display an image in the terminal:
|
||||
|
||||
`img2sixel {{path/to/image}}`
|
||||
|
||||
- Resize the image to the specified width and height before displaying it:
|
||||
|
||||
`img2sixel {{-w|--width}} {{number}} {{-h|--height}} {{number}} {{path/to/image}}`
|
Loading…
Add table
Reference in a new issue