From aa371e8a871a1fd4a947063a4dfbae9e86b1b8a6 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:31:12 +0100 Subject: [PATCH] img2sixel: add page (#15684) --- pages/common/img2sixel.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/img2sixel.md 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}}`