• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to Ghostscript/ICC.

* 公式 [#e1f070b1]

- https://www.ghostscript.com/doc/current/Ps2pdf.htm#Color_Conversion_and_Management

- Ghostscript 9.21 Color Management
-- https://www.artifex.com/wp-content/uploads/2017/01/Ghostscript_921_Color_Management_WhitePaper.pdf


* 参考 [#bf71850e]

- A New Color Architecture for Ghostscript
--  https://wiki.linuxfoundation.org/images/7/71/A_New_Color_Architecture_for_Ghostscript.pdf
- https://www.linuxfoundation.org/wp-content/uploads/lfcorp/files/ICC-Ghostscript-OP-Summit-2010.pdf
- http://www.static.linuxfound.org/sites/main/files/ghostscript-openprinting-2011.pdf

CC color profile in PDF
--  https://stackoverflow.com/questions/31591554/embed-icc-color-profile-in-pdf

 gs -o cmyk-doc.pdf      \
    -sDEVICE=pdfwrite    \
    -dOverrideICC=true   \
    -sDefaultCMYKProfile=/path/to/mycmykprofile.icc \
    -sOutputICCProfile=/path/to/mydeviceprofile.icc \
    -dRenderIntent=3     \
    -dDeviceGrayToK=true \
     input-doc.pdf

* 関連 [#rel]

- [[ICC]]



Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes