Pablo Rodriguez <mailto:oi...@gmx.es>
20. Januar 2016 um 13:10
Dear list,
I have the following sample:
\setuppapersize[A6]
\setuplayout[width=middle]
\starttext
\startmakeup[standard][align=center]
\dontleavehmode\externalfigure[cow][width=\textwidth]
\stopmakeup
\stoptext
How can I invert the colors in the external figure without having to
edit the image file?
Many thanks for your help,
You have to use the Adobe Reader to view the PDF.
\setupexternalfigure[location=default]
\starttext
\externalfigure[cow][width=\textwidth]
\startnegative
\externalfigure[cow][width=\textwidth]
\stopnegative
\startnegative
\externalfigure[cow][background=color,backgroundcolor=white,width=\textwidth]
\stopnegative
\stoptext
Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________