identify: HiResBoundingBox shows only BoundingBox values
Posted: 2014-03-06T06:53:42-07:00
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
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