From 6c5fa7375fad8a3cb6ade0c33961ff9d9804ff89 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 6 Dec 2023 20:57:07 +0300 Subject: [PATCH] Fix notes for 2023-11 --- content/posts/2023-11.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/posts/2023-11.md b/content/posts/2023-11.md index c41458730..8406361ea 100644 --- a/content/posts/2023-11.md +++ b/content/posts/2023-11.md @@ -106,8 +106,7 @@ $ dspace index-discovery - Also, I found [a question on StackOverflow discussing some further techniques for PDFs with images](https://stackoverflow.com/questions/40849325/ghostscript-pdfwrite-specify-jpeg-quality): ```console -$ gs -sOutputFile=137166-default-dct.pdf -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dPDFSETTINGS=/default -c "<< /ColorACSImageDict << /VSamples [ 1 1 1 1 ] /HSam -ples [ 1 1 1 1 ] /QFactor 0.08 /Blend 1 >> /ColorImageDownsampleType /Bicubic /ColorConversionStrategy /LeaveColorUnchanged >> setdistillerparams" -f 137166.pdf +$ gs -sOutputFile=137166-default-dct.pdf -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dPDFSETTINGS=/default -c "<< /ColorACSImageDict << /VSamples [ 1 1 1 1 ] /HSamples [ 1 1 1 1 ] /QFactor 0.08 /Blend 1 >> /ColorImageDownsampleType /Bicubic /ColorConversionStrategy /LeaveColorUnchanged >> setdistillerparams" -f 137166.pdf ``` - This looks much better, and is still much smaller than the original