ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jan U. Hasecke" <juh+ntg-context@mailbox.org>
To: ntg-context@ntg.nl
Subject: Re: CMYK Color profile
Date: Fri, 31 May 2019 07:56:02 +0200	[thread overview]
Message-ID: <e8208cbf-f3a7-3fda-9196-fe8460adc6cb@mailbox.org> (raw)
In-Reply-To: <e5428f7c2d2fe9034b174cf96506126091d6561a.camel@gmx.de>

Am 30.05.19 um 23:34 schrieb Benjamin Koppe:
> Hello everyone,
> 
> I'm about creating a DIN Lang Folder brochure with ConTEXt. I got
> everything set up the way I'd like it to. Now that I'm done with the
> work, I've been told the output pdf should have a CMYK Color profile
> embedded for the on demand printing service to be able to deal with the
> file...
> 
> I am unsure what steps I have to take to make my output pdf compliant
> with CMYK. I don't even know how I could verify it does indeed have
> CMYK. Evince doesn't seem to show that info...
> 
> So if anybdy of you could give me some hints, that's be wonderful.
> 
> Cheers
> De Benny

Hi Benny,

if you can read German you might find some hints in my articles about
creating din lang folders
https://www.hasecke.eu/post/werbemittel-mit-context-gestalten/

On colors read the second part:
https://www.hasecke.eu/post/wie-wir-bei-hostsharing-mit-context-arbeiten/

Search the mailing list for color profile questions because I had to ask
often to make my things work. ;-)

The wiki contains some hints, too.


What you can do is to create a mode like this:

\startmode[fogra39]

\doiffileelse{CoatedFOGRA39.icc}{}{\farbprofilnichtgefunden}
% This will be printed in log if context does not find the profile for
% some reason

\definecolor  [hs-logoblau]   [c=1.000, m=0.735, y=0.279, k=0.160]

\definecolor  [hs-dunkelblau] [c=0.844, m=0.544, y=0.070, k=0.000]

\definecolor  [hs-hellblau]   [c=0.468, m=0.220, y=0.086, k=0.002]

\definecolor  [hs-orange]     [c=0.127, m=0.832, y=1.000, k=0.042]

\setupcolors[cmyk=yes,rgb=no,]

\setupbackend[
   format=PDF/X-3:2003,
   intent={Coated FOGRA39 (ISO 12647-2:2004)},
   ]

\stopmode

If you call context with --mode=fogra39 you will get these color
definitions and the defined pdf format with the right profile (intent).

If you download additional icc profiles (eg. the fogra one is missing in
the context distribution) put them here:
context/tex/texmf-local/colors/icc

In this folder they won't be overwritten by an update.

There are some limitations in ConTeXt concerning colors as embedded
images are not converted, so RGB images are converted only by the print
shop during printing, which can lead to strange results. I think the
only way to control the output is to convert all images to CMYK by hand.
By doing this you can modify them to get the best results.

I hope that helps
juh

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-05-31  5:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30 21:34 Benjamin Koppe
2019-05-31  5:56 ` Jan U. Hasecke [this message]
2019-05-31  7:40   ` Hans Hagen
2019-05-31 19:25     ` Benjamin Koppe
2019-05-31 19:23   ` background color, was: " Benjamin Koppe
2019-05-31 19:39     ` Wolfgang Schuster
2019-06-01  3:48       ` Benjamin Koppe
2019-06-02 22:51         ` Benjamin Koppe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e8208cbf-f3a7-3fda-9196-fe8460adc6cb@mailbox.org \
    --to=juh+ntg-context@mailbox.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).