diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/graphicx.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphicx.dtx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphicx.dtx b/Master/texmf-dist/source/latex/graphics/graphicx.dtx index 5c5bb2b7fe5..aad8460ac5a 100644 --- a/Master/texmf-dist/source/latex/graphics/graphicx.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphicx.dtx @@ -555,6 +555,16 @@ % \end{macrocode} % \end{key} % +% \begin{key}{Gin}{decodearray} +% \changes{v1.1b}{2017/06/25}{New decodearray key} +% For manipulating bitmap images. +% \begin{macrocode} +\define@key{Gin}{decodearray}{% + \def\Gin@decode{#1}% +} +% \end{macrocode} +% \end{key} +% % \begin{key}{Gin}{quiet} % \changes{v1.1a}{2017/06/01}{New quiet key} % Skip writing to the log. |