Document Classes ⇒ Problems converting jpg and bmp to PostScript
Problems converting jpg and bmp to PostScript
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Problems converting jpg and bmp to PostScript
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Re: Problems converting jpg and bmp to PostScript
I would recommend not to convert to eps, and just compile with pdfLaTeX. Since you have raster images, there is no benefit to converting to a vector image.
Re: Problems converting jpg and bmp to PostScript
Problems converting jpg and bmp to PostScript
localghost wrote: That depends on your compiling route. latex only accepts files in PS/EPS format, whereas pdflatex allows to use JPG, PNG or PDF format. When compiling with pdflatex, you can keep your files in JPG format. Otherwise you have to convert them. For conversion there exist many good tools. On the one side there is the command line tool ImageMagick. It is easy to handle and converts many formats. On the other side there is GIMP, a very powerful picture editing software similar to Photoshop that also offers an export function to EPS.
I download imagemagick, I open the jpg file but cannot convert it to ps/eps
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Problems converting jpg and bmp to PostScript
checha wrote: I download imagemagick, I open the jpg file but cannot convert it to ps/eps
What does "open" mean in this case? Depending on your OS, open a command prompt or shell and convert the graphics file as follows.
Code: Select all
convert picture.jpg picture.eps
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10