Directly Import Better Example Images for MWEs

crop imagefboxgraphicsincludegraphics

For the purpose of asking questions on this site related to images, I know that I can directly call in a basic non-descriptive image in the following manner:

\documentclass{article}
\usepackage{graphicx}

\begin{document}
\includegraphics[width=2cm]{example-image}\\
%\fbox{\includegraphics[trim=1 150 0 0,scale=0.1]{tiger}}
\end{document}

which produces

enter image description here

However, in some instances, an actual picture such as

enter image description here

would be more desirable.

I know that the above framed tiger can be produced with the command

\fbox{\includegraphics[trim=1 150 0 0,scale=0.1]{tiger}}

But it seems that this tiger image cannot be called in by the package graphicx.

Is the tiger image, as well as perhaps others like it, available for use directly by calling in some package? I suppose I can save this image which so often appears on this site to my computer and call it in that way, but then, someone who is going to answer the question I post will not be able to run my MWE without error.

QUESTION: What is the simplest way to incorporate the Latex tiger (and similar-type images) into a MWE for the purpose of asking a question on this site?

Thank you.

Best Answer

The tiger is a ghostscript test eps file not from the latex distribution and isn't in the default input tree.

There are a few images that are and make a change from example-image, for example \includegraphics{pink_marble} or \includegraphics{mill}. The last one is from context but latex will find it.

A full list of png files in texlive input tree is

 for i in $(grep '\.png' $(kpsewhich --all ls-R) | sed -e 's/.*://' | sort | uniq ); do kpsewhich $i; done

which shows up the following, obviously you could do similar for jpg or eps.

/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_FOM_background.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_FOM_frametitlebackground.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_FOM_ifes_backgound.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_FOM_ifes_frametitlebackgound.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_FOM_ifes_logo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_SC_logo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_eufom_backgound.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_eufom_frametitlebackgound.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_eufom_linie.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/NPBT_eufom_logo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/uowthesis/UoWlogo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/alertmessage/img/alertmessage-error.png
/usr/local/texlive/2021/texmf-dist/tex/latex/alertmessage/img/alertmessage-info.png
/usr/local/texlive/2021/texmf-dist/tex/latex/alertmessage/img/alertmessage-success.png
/usr/local/texlive/2021/texmf-dist/tex/latex/alertmessage/img/alertmessage-warning.png
/usr/local/texlive/2021/texmf-dist/tex/latex/tcolorbox/blueshade.png
/usr/local/texlive/2021/texmf-dist/tex/latex/stex/mikoslides/cc-by-sa.png
/usr/local/texlive/2021/texmf-dist/tex/latex/stex/mikoslides/cc_somerights.png
/usr/local/texlive/2021/texmf-dist/tex/context/base/context-version.png
/usr/local/texlive/2021/texmf-dist/tex/latex/tcolorbox/crinklepaper.png
/usr/local/texlive/2021/texmf-dist/tex/latex/stex/mikoslides/dangerous-bend.png
/usr/local/texlive/2021/texmf-dist/tex/latex/iodhbwm/dhbw-logo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/elpres/ep-ball-01.png
/usr/local/texlive/2021/texmf-dist/tex/latex/elpres/ep-ball-02.png
/usr/local/texlive/2021/texmf-dist/tex/latex/elpres/ep-ball-03.png
/usr/local/texlive/2021/texmf-dist/tex/latex/elpres/ep-ball-04.png
/usr/local/texlive/2021/texmf-dist/tex/latex/elpres/ep-ball-05.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-grid-100x100bp.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-grid-100x100pt.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-10x16.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-16x10.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-16x9.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-1x1.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-4x3.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-9x16.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-a.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-b.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image-c.png
/usr/local/texlive/2021/texmf-dist/tex/latex/mwe/example-image.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_acid-8.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_acid.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_aqpol.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_bottle-2-black.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_bottle-2-white.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_bottle.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_exclam.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos-1.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos-2.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos-3.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos-4.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos-5.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos-6.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_explos.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-2-black.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-2-white.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-3-black.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-3-white.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-4-1.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-4-2.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-4-3-black.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-4-3-white.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-5-2-black.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-5-2-white.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-O-5-1.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame-O.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_flame.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_health.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_skull-2.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_skull-6.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ghsystem/pictures/ghsystem_skull.png
/usr/local/texlive/2021/texmf-dist/tex/latex/tcolorbox/goldshade.png
/usr/local/texlive/2021/texmf-dist/tex/latex/notes/hand.png
/usr/local/texlive/2021/texmf-dist/tex/latex/ijsra/ijsra_logo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/notes/info.png
/usr/local/texlive/2021/texmf-dist/tex/latex/stex/mikoslides/jacobs-logo.png
/usr/local/texlive/2021/texmf-dist/tex/latex/beamertheme-npbt/images/lNPBT_SC_linie.png
/usr/local/texlive/2021/texmf-dist/tex/latex/lwarp/lwarp_baseline_marker.png
/usr/local/texlive/2021/texmf-dist/tex/context/sample/common/mill.png
/usr/local/texlive/2021/texmf-dist/tex/optex/demo/op-ring.png
/usr/local/texlive/2021/texmf-dist/tex/optex/demo/op-slides-bg.png
/usr/local/texlive/2021/texmf-dist/tex/latex/tcolorbox/pink_marble.png
/usr/local/texlive/2021/texmf-dist/tex/latex/stex/mikoslides/shading-l2r.png
/usr/local/texlive/2021/texmf-dist/tex/latex/sillypage/sillywalk-map.png
/usr/local/texlive/2021/texmf-dist/tex/latex/notes/warn.png

and finally one complete example:

enter image description here

\documentclass{article}

\usepackage{graphicx}

\begin{document}

\includegraphics[width=5cm]{mill}

\end{document}