ranger-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ranger-users] [PATCH] Correct the pdftoppm commandline


From: laura ZIGMANN
Subject: [Ranger-users] [PATCH] Correct the pdftoppm commandline
Date: Wed, 9 Oct 2024 14:26:08 +0200

From e8a0803be3c2e18f4667a4d4909b52849346c1a4 Mon Sep 17 00:00:00 2001
From: cedilla <cedilla@dimension.sh>
Date: Wed, 9 Oct 2024 14:14:44 +0200
Subject: [PATCH] Correct the pdftoppm commandline : specifying jpeg tiff
 compression is not necessary, and sometimes fail depending on the
 version of pdftoppm.

---
 ranger/data/scope.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 0a61b373..02fc0b7f 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -190,7 +190,7 @@ handle_image() {
         #              -scale-to-x "${DEFAULT_SIZE%x*}" \
         #              -scale-to-y -1 \
         #              -singlefile \
-        #              -jpeg -tiffcompression jpeg \
+        #              -jpeg \
         #              -- "${FILE_PATH}" "${IMAGE_CACHE_PATH%.*}" \
         #         && exit 6 || exit 1;;
 
-- 
2.45.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]