Conversion Tools ⇒ epstopdf doesn't maintain image quality? (MacTeX)
-
- Posts: 6
- Joined: Fri Feb 05, 2010 7:35 pm
epstopdf doesn't maintain image quality? (MacTeX)
http://netfiles.uiuc.edu/xwang22/Public ... avelet.eps
http://netfiles.uiuc.edu/xwang22/Public ... avelet.pdf
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
Re: epstopdf doesn't maintain image quality? (MacTeX)
-
- Posts: 6
- Joined: Fri Feb 05, 2010 7:35 pm
Re: epstopdf doesn't maintain image quality? (MacTeX)

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
epstopdf doesn't maintain image quality? (MacTeX)
Code: Select all
ps2pdf -r600 young_mirror_lowavelet.eps young_mirror_lowavelet.pdf
Supplement:
I also managed to convert the file with epstopdf on the command line.
Code: Select all
epstopdf --gsopt=-r600 young_mirror_lowavelet.eps
[1] The Dynamic Languages Company: Perl, Python and Tcl - ActiveState
Best reqards
Thorsten
- Attachments
-
- young_mirror_lowavelet-crop.pdf
- The final result after processing the EPS file.
- (25.63 KiB) Downloaded 532 times
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 6
- Joined: Fri Feb 05, 2010 7:35 pm
epstopdf doesn't maintain image quality? (MacTeX)
Code: Select all
epstopdf --gsopt=-r600 young_mirror_lowavelet.eps
Code: Select all
epstopdf --res=600 young_mirror_lowavelet.eps
but this doesn't change the output from the default. The options that I see are:
Code: Select all
Usage: epstopdf [OPTION]... [EPSFILE]Convert EPS to PDF, by default using Ghostscript.Options:--help display this help and exit--version display version information and exit--outfile=FILE write result to FILE--(no)compress use compression (default: true)--(no)debug write debugging info (default: false)--(no)embed embed fonts (default: true)--(no)exact scan ExactBoundingBox (default: false)--(no)filter read standard input (default: false)--(no)gs run ghostscript (default: true)--(no)hires scan HiResBoundingBox (default: false)--gscmd=VAL pipe output to VAL (default: gs)--res=DPI set image resolution (default: [use gs default])--autorotate=VAL set AutoRotatePages (default: None)Recognized VAL choices: None, All, PageByPageFor EPS files, PageByPage is equivalent to All--restricted use restricted mode (default: false)Examples for producing 'test.pdf':* epstopdf test.eps* produce postscript | epstopdf --filter >test.pdf* produce postscript | epstopdf -f -d -o=test.pdfExample: look for HiResBoundingBox and produce corrected PostScript* epstopdf -d --nogs --hires test.ps >testcorr.ps
epstopdf doesn't maintain image quality? (MacTeX)
http://www.mathworks.com/matlabcentral/ ... ange/16179
Cheers,
Tomek
-
- Posts: 6
- Joined: Fri Feb 05, 2010 7:35 pm
Re: epstopdf doesn't maintain image quality? (MacTeX)
I was playing around earlier this morning and noticed that "--noembed" seems to help with those figures (that is, ones similar to the .eps file I attached) as well. Either way, thanks for the Matlab tip -- it'll save one step in the data processing chain.
