mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
360 B
Markdown
12 lines
360 B
Markdown
# 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}}`
|