Don't set -sOutputICCProfile

Ghostscript dev advised against. It appears that this is for
creating target for a device that colors in a particular format.
This commit is contained in:
James R. Barlow
2016-03-02 06:25:34 -08:00
parent 368252a243
commit b17d589e84
-1
View File
@@ -53,7 +53,6 @@ def generate_pdfa(pdf_pages, output_file, threads=1):
"-dJPEGQ=95",
"-dPDFA=2",
"-sPDFACompatibilityPolicy=2",
"-sOutputICCProfile=" + SRGB_ICC_PROFILE,
"-sOutputFile=" + gs_pdf.name,
]
args_gs.extend(pdf_pages)