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
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
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 559 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, PageByPage
For 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.pdf
Example: 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.
