General ⇒ jpg vs eps, which is better for using
jpg vs eps, which is better for using
I have a confusion about the picture format.
The eps is a vector picture? The jpg can define the different size in LaTex?
The scaling of jpg is linear interpolation when the size of jpg is different with its original size?
Using which picture format is the best choice?
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: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
jpg vs eps, which is better for using
it may depend what type of content you mean (photo, CAD drawing, ...)
eps is postscript format, vector image, you can use it with latex but not with pdflatex. With pdflatex you can use jpg, png (both raster image format) and pdf images.
If your original image (photo) is in jpg format then you should keep it and include it as jpg, I would not convert it to eps. If you produce drawings, graphs etc. and you can generate vector graphics choose pdf or eps format.
Stefan