Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
We grab the bounding box properly but unlike Postscript we cannot yet determine how to translate the PDF as required by the bounding box (for your image about -50,-50). For Ghostscript we inject the Postscript statement "-50, -50 translate". It may take awhile before we properly fix this problem for PDF.
magick wrote:We grab the bounding box properly but unlike Postscript we cannot yet determine how to translate the PDF as required by the bounding box
I don't understand that this is a problem, because in ImageMagick versions from the beginning of this year the cropbox was correctly set independent from the paper orientation.
We grab the bounding box properly but unlike Postscript we cannot yet determine how to translate the PDF as required by the bounding box (for your image about -50,-50). For Ghostscript we inject the Postscript statement "-50, -50 translate". It may take awhile before we properly fix this problem for PDF.
I don't know how and if you fixed this by intent, but with ImageMagick 6.3.8-11 this bug is fixed. Maybe due to the changes in ImageMagick 6.3.8-10:
Speed up converting large PDF/PS images when only selecting a few pages (e.g. pdffile.pdf[195-199]).