1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# tikzfill.image package
# Matthew Bertucci 2022/07/21 for v1.0.0
#include:tikz
# loads fill.image tikzlibrary
#keyvals:\begin{tikzpicture}#c,\tikz#c,\begin{scope}#c,\tikzset#c,\scoped#c,\path#c,\draw#c,\fill#c,\filldraw#c,\pattern#c,\shade#c,\shadedraw#c,\clip#c,\node#c,\coordinate#c,\nodepart#c,\pic#c,\matrix#c,\calendar#c,\chainin#c,\arrow#c,\arrowreversed#c
fill plain image=%<file name%>
fill plain image*={%<graphics options%>}{%<file name%>}
fill plain picture={%<graphical code%>}
fill stretch image=%<file name%>
fill stretch image*={%<graphics options%>}{%<file name%>}
fill stretch picture={%<graphical code%>}
fill overzoom image=%<file name%>
fill overzoom image*={%<graphics options%>}{%<file name%>}
fill overzoom picture={%<graphical code%>}
fill zoom image=%<file name%>
fill zoom image*={%<graphics options%>}{%<file name%>}
fill zoom picture={%<graphical code%>}
fill shrink image=%<file name%>
fill shrink image*={%<graphics options%>}{%<file name%>}
fill shrink picture={%<graphical code%>}
fill tile image=%<file name%>
fill tile image*={%<graphics options%>}{%<file name%>}
fill tile picture={%<graphical code%>}
fill image opacity=%<fraction%>
fill image scale=%<fraction%>
fill image options={%<graphics options%>}
#endkeyvals
|