identify: HiResBoundingBox shows only BoundingBox values

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.
Post Reply
vole
Posts: 1
Joined: 2014-03-06T06:39:39-07:00
Authentication code: 6789

identify: HiResBoundingBox shows only BoundingBox values

Post by vole »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: identify: HiResBoundingBox shows only BoundingBox values

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.8-8 Beta available by sometime tomorrow. Thanks.
Post Reply