identify -verbose and %[ps:HiResBoundingBox] shows BoundingBox, not HiResBoundingBox. Example:
Taken from original ASCII EPS:
%%BoundingBox: 0 0 190 349
%%HiResBoundingBox: 0 0 189.9214 348.6612
identify -verbose test.eps:
ps:HiResBoundingBox: 190x349+0+0
identify -format "%[ps:HiResBoundingBox]" test.eps
190x349+0+0
testfile: http://www.medionet.de/support/down/test.eps
identify: HiResBoundingBox shows only BoundingBox values
Re: identify: HiResBoundingBox shows only BoundingBox values
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.8-8 Beta available by sometime tomorrow. Thanks.