graphicx: Wie arbeite ich mit der decodearray-Optiondecodearray-Option?
In der [graphicx Anleitung][1] finde ich den Befehl nicht.
Wofur stehen die einzelnen Zahlen etwa bei `decodearray={0.2 0.2 1 0 1 0.8 1 0}` in
`\includegraphics[width=2in,decodearray={1 0 1 0 1 0}]{example-grid-100x100bp.jpg}`
**Ziel**: So ein Quasi-Schwarzweißbild aus einem Farbbild erzeugen.
[![alt text][2]][2]
%\documentclass[a5paper]{article}
\documentclass[]{standalone}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=2in,]{example-grid-100x100bp.jpg}
\includegraphics[width=2in,decodearray={1 0 1 0 1 0}]{example-grid-100x100bp.jpg}
\includegraphics[width=2in,decodearray={0.2 0.2 1 0 1 0.8 1 0}]{example-grid-100x100bp.jpg}
\end{document}
[1]: https://ctan.org/pkg/graphicx
[2]: https://texwelt.de/wissen/upfiles/sellner.jpg