Merge pull request #1296 from hpjansson/master

display_image: Allow Chafa backend to stretch image to desired size
This commit is contained in:
black
2019-08-01 18:13:28 +03:00
committed by GitHub

View File

@@ -3864,7 +3864,7 @@ display_image() {
;;
"chafa")
chafa --size="$((width / font_width))x$((height / font_height))" "$image"
chafa --stretch --size="$((width / font_width))x$((height / font_height))" "$image"
;;
"jp2a")