Unverified Commit 751f9059 authored by black's avatar black Committed by GitHub

Merge pull request #1296 from hpjansson/master

display_image: Allow Chafa backend to stretch image to desired size
parents 780263f6 22aaed4d
...@@ -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