Hello guys I have a PNG picture. and i would like to zoom into a portion of it for the reader to see the changes made by my algorithm. How can i do this. I have MWE below:
\documentclass[margin=0.1cm] {standalone}
\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}
\usepackage{graphicx}
\usepackage[version=0.96]{pgf}
\begin{document}
\insertimage{example-image-a}
\end{document}

scale=2orheight=..,width=..). This is more or less what the solution below also does, but then using an additional package. – Marijn May 19 '21 at 18:04