display_image: Allow Chafa backend to stretch image to desired size

Fixes issue #1295.
This commit is contained in:
Hans Petter Jansson 2019-07-31 20:11:25 +02:00
parent 780263f6e6
commit 22aaed4d92
1 changed files with 1 additions and 1 deletions

View File

@ -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")