Generaleps 2 png

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Muble
Posts: 12
Joined: Wed Sep 24, 2008 7:18 pm

eps 2 png

Post by Muble »

Hallo all,

Does anyone know a good (i.e. free but still good) software to convert eps to png?
I need it to use beamer in Miktex for latex=> PDF
Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

eps 2 png

Post by localghost »

You better use epstopdf to convert that EPS file to PDF. The vector based character of the image will be kept then.

The epstopdf package allows to do that conversion "on the fly". In this case you have to activate --shell-escape (TeX Live) or --enable-write18 (MiKTeX) to allow the compiler the external call of epstopdf.

This is best method for conversion in the case that the format of the image is EPS originated. Perhaps you can tell a little bit about creation and processing of the image. The above described process is only useful for original EPS format, but not for images converted to EPS.


Best regards
Thorsten¹
User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Re: eps 2 png

Post by Stefan Kottwitz »

Hi Muble,

if you don't need pdflatex you could choose the output profile LaTeX => PS => PDF instead. This way you could include eps pictures directly, it should work with the beamer class too. Though in general I prefer epstopdf mentioned by Thorsten.

Stefan
LaTeX.org admin
drumex
Posts: 12
Joined: Mon Apr 14, 2008 2:18 am

Re: eps 2 png

Post by drumex »

When I was having problems with eps images in my documents, Stefan had suggested that I use eps2pdf. It has worked great. You might give that a try.
Windows Vista (SP1), MiKTeX 2.7, TeXnicCenter 1.0 RC1
Post Reply