On Thu, 14 Feb 2002, Jean-Pierre.Chretien wrote: > This conversion produces bitmapped eps, which does not support very well > resizing when the picture is vector-like as a screenshot. My own > experience leads to get the right size before conversion and insert eps > as default.
not at all. I use an EPS image converted from TIFF (with ImageMagick), no problem with sizing when exporting to pdf (pdf via ps2pdf or dvipdfm). That maybe depended on the version of ghostscript... I have used APPL gs7.03. > On the other side, you may use pdflatex, but it needs currently a bit of > hacking (tex2pdf converts eps back to pdf, which is a bit awkward if the > png is available), so you must call it in debug mode and destroy pdf > images to be sure that the original pngs are loaded. If you have lot of EPS images, better use dvipdfm instead of pdflatex. Sometime the pdf-images converted from epstopdf look bad after rendering with pdflatex... (I don't know). Wayan