Graphics, Figures & Tables ⇒ images format converter
images format converter
where can I find it (download, or is it just have to be include)?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
images format converter
I would not convert files in bitmap formats like jpg, gif, bmp into eps. I would use pdflatex instead and include jpg and png directly. gif and bmp could be converted to jpg and png easily by a lot of graphics programs and tools. I'm using GIMP and Inkscape.
If you should need eps files you could convert them to pdf format using epstopdf and include them too.
Stefan
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
images format converter
Code: Select all
convert image.tif image.png
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: images format converter - does the format is the problem?
how this problem can be fixed, in order to use graphics originated from MS office and similar?
Re: images format converter
