From 601a3e334b0b78812802b1d06c762dee3b2d9310 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 5 Mar 2023 17:13:24 +0100 Subject: [PATCH] Compress image again --- convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.sh b/convert.sh index 04561dc..5c5c606 100644 --- a/convert.sh +++ b/convert.sh @@ -2,6 +2,6 @@ for FILE in output/* do - ebook-polish -fpuH "${FILE}" "${FILE}" + ebook-polish -fpuiH "${FILE}" "${FILE}" ebook-convert "${FILE}" "${FILE%.*}.pdf" done