1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:06:00 +02:00
tldr/pages/common/img2sixel.md

13 lines
364 B
Markdown
Raw Normal View History

2025-02-06 17:31:12 +01:00
# 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}}`