ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* overthinking overprinting
       [not found] <68f73665-a1a3-6d4a-f50b-424f9f4686ba@fiee.net>
@ 2022-05-19 16:35 ` Henning Hraban Ramm via ntg-context
  0 siblings, 0 replies; only message in thread
From: Henning Hraban Ramm via ntg-context @ 2022-05-19 16:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

[-- Attachment #1: Type: text/plain, Size: 1822 bytes --]


A question on TeX-D-L reminded me to look into this subject.

At the moment, there is \setupcolors[intent=overprint|knockout] with 
\startoverprint|knockout, as defined in colo-ext.mkxl|mkiv.

I’m not sure what that does as a general setting – usually you need 
overprinting for black text and lines in CMYK documents.

There are special cases where you want other (spot) colors to overprint, 
but that’s quite rare, and I can use transparency features to achieve 
the same (a=multiply) in an even more flexible way – as long as I don’t 
need a format like PDF/X-3 that doesn’t allow transparencies.
If I declare such a format, ConTeXt just switches off transparencies and 
doesn’t try to emulate (“flatten”) them as e.g. InDesign does.

So it would be nice if I could e.g.
\definecolor[OPred][m=1,y=1,intent=overprint]

OTOH there are cases where I want a black area or text to knockout the 
background, these might work with \startknockout etc.


When I try my example:

\useMPlibrary[dum]
\setupcolors[
    rgb=no,cmyk=yes,
    intent=overprint,% or knockout
]
\setupbodyfont[modern,ss,18pt]

\starttext

\definecollector[Test]
\setcollector [Test] {\externalfigure[none][width=8cm,height=6cm,frame=on]}
\setcollector [Test] [corner=middle,location=middle] {{\bf Toast}}
\setcollector [Test]
                [corner={left,top},location={right,bottom}]
                {\framed{LT}}
\setcollector [Test]
                [corner={left,bottom},location={right,top}]
                {\framed{LB}}

\composedcollector{Test}

\stoptext

... then the text is “knocked out” regardless how set the intent.
It also doesn’t help to use \startoverprint for the Text.
The attached screenshot shows the color separation preview from Acrobat 
Pro 9.

Is this broken or intended to be used differently?

Hraban

[-- Attachment #2: knockout.jpg --]
[-- Type: image/jpeg, Size: 60227 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-19 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <68f73665-a1a3-6d4a-f50b-424f9f4686ba@fiee.net>
2022-05-19 16:35 ` overthinking overprinting Henning Hraban Ramm via ntg-context

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).