Skip to content

Commit

Permalink
adding color profile
Browse files Browse the repository at this point in the history
  • Loading branch information
reox committed Jul 25, 2018
1 parent f08aae3 commit 1f8b75d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/stickers/Makefile
Expand Up @@ -7,6 +7,8 @@ GS := /usr/bin/gs
# * https://www.ghostscript.com/doc/current/Ps2pdf.htm#PDFX
# * http://zeroset.mnim.org/2014/07/14/save-a-pdf-to-cmyk-with-inkscape/

PROFILE := profile/PSOcoated_v3.icc

%.pdf: %.svg
# Export SVG
inkscape $< --export-pdf=tmp.pdf
Expand All @@ -19,6 +21,7 @@ GS := /usr/bin/gs
-sDEVICE=pdfwrite \
-sColorConversionStrategy=CMYK \
-dProcessColorModel=/DeviceCMYK \
-sOutputICCProfile=${PROFILE} \
-dPDFX \
-sOutputFile=$@ \
tmp.pdf
Binary file added images/stickers/profile/PSOcoated_v3.icc
Binary file not shown.
Binary file modified images/stickers/sticker_merged_1mm_white.pdf
Binary file not shown.

0 comments on commit 1f8b75d

Please sign in to comment.