I have noticed that when including some EPS files, for whatever reason, the bounding box has been specified in quite a strange way (GIMP seems to be guilty of this, for instance).
I should probably just go through each file and correct these manually - but I have to ask, is there an automated way to do this without too much trouble?
I saw the package bmpsize, but it doesn't seem to work with EPS files.
This is problematic for me when when I use pdflatex with the epstopdf package instead of latex -> dvips -> ps2pdf. Rather than post a MWE, I pose the simple question, is there a way to override the bounding box to be (0, 0, width, height) for all included EPS images that include solely bitmaps?
EDIT: I have also noticed that the following solutions, though not wholly, automated, also do not work:
Equivalent of bounding box when compile with pdflatex (ps2eps still returns an incorrect bounding box).
