Graphics, Figures & Tables ⇒ Image .eps resolution
Image .eps resolution
i need to change pictures resolution in my tex file to be equal or more than 240ppi. images are all .eps
how to do it please?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Image .eps resolution
do you, really?Nooha_ wrote: i need to change pictures resolution in my tex file to be equal or more than 240ppi.
Since eps is basically a container format, that can mean anything ... or nothing.Nooha_ wrote: images are all .eps
Upsampling an image can be a p... let's just say, it can be quite cumbersome.Nooha_ wrote: how to do it please?
Start at the point, where you create those images: is it possible to use vector graphics format for them?
If not, try to figure out some way to create those images in the required resolution.
(since I have no idea how you did create said images, I can't be more specific at this point)
KR
Rainer
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image .eps resolution
EPS files are commonly scalable PostScript files, in that case they should be fine at any resolution. However, EPS files may contain bitmaps or can be converted from bitmap files, which could bring up a resolution issue.
Would you like to show us such an image? You could post them as attachment to a forum post.
Stefan