我有以下图片,我想将其包含在我的 Latex 写作中
但是,当我将其包括在内时,它会呈现如下
图像变得像素化且不太平滑。我尝试将图像作为 pdf 和 eps 包含,并增加 dpi,但没有成功。我也尝试过缩放图像并在 includegraphics latex 命令中设置宽度,但这也没有带来任何变化。有人知道问题是什么吗?我该如何正确渲染图像?谢谢!
编辑:
我使用以下代码来渲染图像。
\begin{figure}[h!]
\includegraphics[width=1\textwidth]{image.pdf}
\centering
\end{figure}
并尝试过
\begin{figure}[h!]
\includegraphics[scale=0.2]{image.pdf}
\centering
\end{figure}
以下是原始图像(pdf 和 eps)的链接:https://we.tl/t-jIABwL2cvC