Conversion Tools ⇒ converting bmp to jpeg
converting bmp to jpeg
say convert bmp to JPEG format?
Kent
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
converting bmp to jpeg
You can use any graphics program such as GIMP. It's a free program. Or Imagemagick. Or MS Paint or Paint.NET.
I suggest you convert to png instead of jpeg. png is supported by pdfLaTeX and should have better quality, since the jpg compression can be lossy.
By the way, how did you generate the Plot? Because LaTeX can generate plots in high quality (bmp, jpeg and png are not scalable). For example, with PGFplots.
Stefan