Made sixel use -I

Made the sixel image backend use high color mode (-I) as it gives better image quality
This commit is contained in:
PowerMan2206 2023-04-24 17:13:52 +02:00 committed by GitHub
parent ccd5d9f526
commit 331deaf293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4493,7 +4493,7 @@ display_image() {
;;
"sixel")
img2sixel \
img2sixel -I \
-w "$width" \
-h "$height" \
"$image"