I created a PNG image using MS Paint to use in my document (old school I know). I would like to keep the figure within the page width without losing image quality. I have tried using a JPG image instead but the quality is still poor (in that the words are too small to see when viewed in PDF mode at 100 % zoom).
Can someone suggest a solution please? I include my code and 2 screenshots.
Thanks in advance!
\documentclass[a4paper,11pt]{article}
\usepackage{color}
\usepackage{graphicx, epstopdf}
\usepackage{gensymb}
\usepackage{times}
\usepackage{adjustbox}
\usepackage{tabulary}
\usepackage{tabularx}
\usepackage{booktabs,caption, makecell}
\usepackage{pdflscape,afterpage,caption}
\usepackage[british]{babel}
\usepackage[backend=bibtex, citestyle=ieee, bibstyle=ieee]{biblatex}
\usepackage[section]{placeins}%Allows you to permanently fix figures.
\begin{document}
\begin{figure}[h!]
\centering
\includegraphics[width=1.5\textwidth]{IMAGE_Raman_principles}
\caption{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.
Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.
Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.
Suspendisse dui purus, scelerisque at, vulputate vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis eleifend. Ut nonummy.
}
\end{figure}
\end{document}




pictureenvironment and overlay all the text directly in latex. Advantages: the text has the same size and font as the surrounding text and it can be searched for in the pdf. – samcarter_is_at_topanswers.xyz Feb 17 '18 at 16:35