ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <texml@fiee.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: colorizing pictures
Date: Tue, 19 Mar 2019 16:23:38 +0100	[thread overview]
Message-ID: <799E7796-26F8-4586-80B9-1FED1701E29C@fiee.net> (raw)
In-Reply-To: <c7829a4a-e3ec-8a60-97d3-b82e21141612@xs4all.nl>

Am 2019-03-19 um 13:23 schrieb Hans Hagen <j.hagen@xs4all.nl>:

> On 3/18/2019 7:45 PM, Henning Hraban Ramm wrote:
> from one of the manuals ...
> 
> \starttext
> 
> \definecolor [my-blue]   [c=1,m=.38,y=0,k=.64] % pms 2965 uncoated m
> \definecolor [my-yellow] [c=0,m=.28,y=1,k=.06] % pms  124 uncoated m
> 
> \definespotcolor [my-blue-100]   [my-blue]   [p=1]
> \definespotcolor [my-yellow-100] [my-yellow] [p=1]
> \definespotcolor [my-blue-50]    [my-blue]   [p=.5]
> \definespotcolor [my-yellow-50]  [my-yellow] [p=.5]
> 
> \definemultitonecolor [my-mix] [my-blue=.12,my-yellow=.28] [c=.1,m=.1,y=.3,k=.1]

So it works only with toned or multitone colors and only with _some_ greyscale pictures, not with bitmaps and also not with my greyscale dodo.

I can also only use one version my-blue – if I use my-blue-100, then my-blue-50 stays grey, and if I only use my-blue-50, it’s the same tone as 100.

Something’s very fishy.


\setupexternalfigures[
    location={local,global,default},
]

\definecolor [my-blue]   [c=1,m=.38,y=0,k=.64] % pms 2965 uncoated m
\definecolor [your-blue]   [c=1,m=.38,y=0,k=.64] % pms 2965 uncoated m
\definecolor [my-yellow] [c=0,m=.28,y=1,k=.06] % pms  124 uncoated m

\definespotcolor [my-blue-100]   [my-blue]   [p=1]
\definespotcolor [my-yellow-100] [my-yellow] [p=1]
\definespotcolor [my-blue-50]    [my-blue]   [p=.5]
\definespotcolor [my-yellow-50]  [my-yellow] [p=.5]
\definespotcolor [your-blue-100]   [your-blue]   [p=1]

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

\useexternalfigure[milli][mill.png][object=no,width=.3\textwidth]
\useexternalfigure[dodog][img/dodo_g.png][object=no,width=.3\textwidth]
\useexternalfigure[dodob][img/dodo_1bit.png][object=no,width=.3\textwidth]
\useexternalfigure[cowi][cow.pdf][object=no,width=.3\textwidth]

\define[1]\FIG{%
\section{#1}
\startcombination[3*1]
 {\externalfigure[milli][color=#1]}   {grey}
 {\externalfigure[dodog][color=#1]}   {grey}
 {\externalfigure[dodob][color=#1]}   {bitmap}
\stopcombination
}

\starttext

%\FIG{blue}

%\FIG{my-blue}

%\FIG{my-blue-100}

%\FIG{my-blue-50}

%\FIG{my-mix}

\FIG{my-blue-50}

\FIG{your-blue-100}

\FIG{my-mix}

\stoptext



Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___________________________________________________________________________________
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-03-19 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-18 18:45 Henning Hraban Ramm
2019-03-19 12:23 ` Hans Hagen
2019-03-19 15:23   ` Henning Hraban Ramm [this message]
2019-03-19 15:34     ` Hans Hagen
2019-03-19 17:54       ` Henning Hraban Ramm
2019-03-19 22:23         ` Hans Hagen

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=799E7796-26F8-4586-80B9-1FED1701E29C@fiee.net \
    --to=texml@fiee.net \
    --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).