commands.sh

img2sixel

all

Convert images to the Sixel format for displaying in a terminal.

More info →

Options (2)

-w, --widthboolean

Resize the image to the specified width and height before displaying it

Example: img2sixel {{[-w|--width]}} {{number}} {{[-h|--height]}} {{number}} {{path/to/image}}
-h, --heightboolean

Resize the image to the specified width and height before displaying it

Example: img2sixel {{[-w|--width]}} {{number}} {{[-h|--height]}} {{number}} {{path/to/image}}

Examples (2)

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
made by @shridhargupta | data from tldr-pages