为什么背面的图片分辨率很低?

为什么背面的图片分辨率很低?

我在 Microsoft Visio 中创建了原始图片。我以 .png 格式保存了此图片。但是,当我将此图片上传到 overleaf 时。图片的分辨率会降低。我听说我可以以 .pdf 格式上传。但是对于 pdf 格式,pdf 的一页上总会有一些空白。代码如下

\documentclass{article}
\usepackage{mathtools} % for \smashoperator macro

\begin{document}

\begin{figure}[!]
\centering
\includegraphics[width=1\columnwidth]{Taskinformation50.png}
\caption{Information about Task 50}
\label{fig:Task50}
\end{figure}

\end{document}

请在此处查看图片 https://ibb.co/s2wSkW1

相关内容