summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/optimizer
AgeCommit message (Expand)Author
2023-05-10alias File.exists? to File.exist? when loading RGhost optimizer to patch inco...Dan Allen
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-04-12replace use of dup where possibleDan Allen
2022-10-18port fix for #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF so ...Dan Allen
2022-09-28resolves #2347 add support for passing a color mode to the default optimizer ...Dan Allen
2022-09-12resolves #2337 honor GS_OPTIONS environment variable in RGhost optimizer (PR ...Dan Allen
2022-09-11use drop instead of slice to copy array without first entryDan Allen
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen