"eps3:" creates 32× larger file than "eps2:"
Posted: 2015-04-25T06:45:59-07:00
Yes, for 2015-04-25+02_input.pdf the difference is a factor of 32:
Is that expected? Shouldn't eps3 be superior to eps2? Why does "identify" report a different size than "ls"?
Code: Select all
$ 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 595x841+0+0 16-bit Bilevel Gray 63.1KB 0.000u 0:00.000
output2.eps[1] PS 595x841 595x841+0+0 16-bit sRGB 18.8KB 0.000u 0:00.000
output3.eps[2] PS 595x841 595x841+0+0 16-bit sRGB 19KB 0.000u 0:00.000