Commit 22aaed4d authored by Hans Petter Jansson's avatar Hans Petter Jansson

display_image: Allow Chafa backend to stretch image to desired size

Fixes issue #1295.
parent 780263f6
...@@ -3864,7 +3864,7 @@ display_image() { ...@@ -3864,7 +3864,7 @@ display_image() {
;; ;;
"chafa") "chafa")
chafa --size="$((width / font_width))x$((height / font_height))" "$image" chafa --stretch --size="$((width / font_width))x$((height / font_height))" "$image"
;; ;;
"jp2a") "jp2a")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment