Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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: Both prefixes, eps2 and eps3, reduce the resolution considerably, namely to the (rendered) resolution that identify shows for the PDF.
It seems better to convert PDF to EPS using pdftops -eps, which leaves the resolution of the embedded image untouched.