ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Color Separation with external figures and spot colors
@ 2005-11-16 15:33 Pearson, Mark (Capita Symonds)
  2005-11-16 16:12 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Pearson, Mark (Capita Symonds) @ 2005-11-16 15:33 UTC (permalink / raw)


Hi All,

Does anyone know if/how I can take a grayscale JPG external
figure and assign it to a spot colour channel.

The Color Separation manual gives the following example:

\externalfigure[graphic][split=c]

for assigning such an image to the Cyan channel but I want
to say something like:

\definecolor
	[Spot1]
	[c=1,m=.05,y=0,k=.47,e=PANTONE 308 CV]

\definecolor
	[Spot2]
	[c=.69,m=.07,y=0,k=0,e=PANTONE 298 CV]
.
.

\externalfigure[graphic][split=Spot1]

Is this possible?

Thanks in advance for any help anyone can offer :)

Mark Pearson.


**********************************************************************************
This email and any files transmitted with it are confidential, and may be subject to legal privilege, and are intended solely for the use of the individual or entity to whom they are addressed.  
If you have received this email in error or think you may have done so, you may not peruse, use, disseminate, distribute or copy this message. Please notify the sender immediately and delete the original e-mail from your system.

Computer viruses can be transmitted by e-mail. Recipients should check this e-mail for the presence of viruses. The Capita Group and its subsidiaries accept no liability for any damage caused by any virus transmitted by this e-mail.
***********************************************************************************

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Color Separation with external figures and spot colors
  2005-11-16 15:33 Color Separation with external figures and spot colors Pearson, Mark (Capita Symonds)
@ 2005-11-16 16:12 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2005-11-16 16:12 UTC (permalink / raw)


Pearson, Mark (Capita Symonds) wrote:

>Hi All,
>
>Does anyone know if/how I can take a grayscale JPG external
>figure and assign it to a spot colour channel.
>
>The Color Separation manual gives the following example:
>
>\externalfigure[graphic][split=c]
>
>for assigning such an image to the Cyan channel but I want
>to say something like:
>
>\definecolor
>	[Spot1]
>	[c=1,m=.05,y=0,k=.47,e=PANTONE 308 CV]
>
>\definecolor
>	[Spot2]
>	[c=.69,m=.07,y=0,k=0,e=PANTONE 298 CV]
>.
>.
>
>\externalfigure[graphic][split=Spot1]
>
>Is this possible?
>  
>
this non trivial feature is magically present -)

\setuplayout[header=0pt,footer=0pt,width=middle,height=middle,backspace=1cm,topspace=1cm]
\setupcolors[state=start]

\startbuffer
\definecolor [blue]   [c=1,m=.38,y=0,k=.64]
\definecolor [yellow] [c=0,m=.28,y=1,k=.06]

\definecolor [blue-100]   [blue]   [p=1]
\definecolor [yellow-100] [yellow] [p=1]

\definemultitonecolor [combicolor]   [blue=.12,yellow=.28] 
[c=.1,m=.1,y=.3,k=.1]

\definemultitonecolor [combicolor-b] [blue=1]   [c=1,m=.38,y=0,k=.64] % 
force multitone
\definemultitonecolor [combicolor-y] [yellow=1] [c=0,m=.28,y=1,k=.06] % 
force multitone

\useexternalfigure[demo-a][mill.png]     [object=no,width=.2\textwidth]
\useexternalfigure[demo-b][hacker-bw.jpg][object=no,width=.2\textwidth]

\startbaselinecorrection
\startcombination[4*1]
  {\externalfigure[demo-a]}                     {no color}
  {\externalfigure[demo-a][color=combicolor]}   {indexed duotone}
  {\externalfigure[demo-a][color=combicolor-b]} {spot color}
  {\externalfigure[demo-a][color=combicolor-y]} {spot color}
\stopcombination
\stopbaselinecorrection

\startbaselinecorrection
\startcombination[4*1]
  {\externalfigure[demo-b]}                     {no color}
  {\externalfigure[demo-b][color=combicolor]}   {indexed duotone}
  {\externalfigure[demo-b][color=combicolor-b]} {spot color}
  {\externalfigure[demo-b][color=combicolor-y]} {spot color}
\stopcombination
\stopbaselinecorrection

\startbaselinecorrection
\startcombination[4*1]
  {\externalfigure[demo-a]}                     {no color}
  {\externalfigure[demo-a][color=combicolor]}   {indexed duotone}
  {\externalfigure[demo-a][color=blue-100]}     {spot color}
  {\externalfigure[demo-a][color=yellow-100]}   {spot color}
\stopcombination
\stopbaselinecorrection

\startbaselinecorrection
\startcombination[4*1]
  {\externalfigure[demo-b]}                     {no color}
  {\externalfigure[demo-b][color=combicolor]}   {indexed duotone}
  {\externalfigure[demo-b][color=blue-100]}     {spot color}
  {\externalfigure[demo-b][color=yellow-100]}   {spot color}
\stopcombination
\stopbaselinecorrection
\stopbuffer

\getbuffer \typebuffer

\stoptext

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-16 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-16 15:33 Color Separation with external figures and spot colors Pearson, Mark (Capita Symonds)
2005-11-16 16:12 ` Hans Hagen

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