Update: What identify shows is not the resolution of the embedded image. It's probably the resolution of the respective document rendered at a certain DPI level.
Resolution of the embedded image can be checked with pdfimages. For that to work, convert the EPS files first with ps2pdf. The result ...
Search found 3 matches
- 2015-04-27T08:06:00-07:00
- Forum: Users
- Topic: "eps3:" creates 32× larger file than "eps2:"
- Replies: 2
- Views: 1369
- 2015-04-27T06:56:34-07:00
- Forum: Users
- Topic: "eps3:" creates 32× larger file than "eps2:"
- Replies: 2
- Views: 1369
Re: "eps3:" creates 32× larger file than "eps2:"
Should I report this as a bug?
- 2015-04-25T06:45:59-07:00
- Forum: Users
- Topic: "eps3:" creates 32× larger file than "eps2:"
- Replies: 2
- Views: 1369
"eps3:" creates 32× larger file than "eps2:"
Yes, for 2015-04-25+02_input.pdf the difference is a factor of 32:
$ convert 2015-04-25+02_input.pdf eps2:output2.eps
$ convert 2015-04-25+02_input.pdf eps3:output3.eps
$ ls -sh1 *
128K 2015-04-25+02_input.pdf
60K output2.eps
1.9M output3.eps
$ identify *
2015-04-25+02_input.pdf PDF 595x841 ...
$ convert 2015-04-25+02_input.pdf eps2:output2.eps
$ convert 2015-04-25+02_input.pdf eps3:output3.eps
$ ls -sh1 *
128K 2015-04-25+02_input.pdf
60K output2.eps
1.9M output3.eps
$ identify *
2015-04-25+02_input.pdf PDF 595x841 ...