The code is simple:
Code: Select all
\begin{figure}[h]
\includegraphics[width=0.5\textwidth]{image1.eps}
\includegraphics[width=0.7\textwidth]{image2.eps}
\end{figure}
I found out the problem is connected with the colors on the first image and antialiasing, but i cant understand how to fix that. For example, if i cut the first image and only use the title (i delete the graph), the blurring is gone and everything is fine.
I use miktex: latex -> dvips -> ps2pdf -> view pdf with adobe acrobat reader
The commands on windows are:
latex -interaction=nonstopmode %.tex
dvips -o %.ps %.dvi
ps2pdf %.ps
It seems the images in the ps file are looking fine.
Does anybody have an explanation?
See attached images (the eps images are just exported with gimp+ghostscript from png)