diff --git a/pages/common/img2sixel.md b/pages/common/img2sixel.md new file mode 100644 index 0000000000..ec9301e21b --- /dev/null +++ b/pages/common/img2sixel.md @@ -0,0 +1,12 @@ +# img2sixel + +> Convert images to the Sixel format for displaying in a terminal. +> More information: . + +- 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}}`