Skip to content

Commit

Permalink
up the jpeg quality of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 11, 2020
1 parent bcde5f0 commit 186330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-booky
Expand Up @@ -7,7 +7,7 @@ tmpdir="/tmp/make-booky-$RANDOM"
mkdir $tmpdir
cp "$input" "$tmpdir"
cd $tmpdir || exit 1
ghostscript -sDEVICE=jpeg -r256 -o page-%d.jpeg "$filename"
ghostscript -sDEVICE=jpeg -r512 -o page-%d.jpeg "$filename"
rm "$filename"
number_of_pages="$(($(find . | wc -l) - 1))"

Expand Down

0 comments on commit 186330c

Please sign in to comment.