Search found 1 match

by vole
2014-03-06T06:53:42-07:00
Forum: Bugs
Topic: identify: HiResBoundingBox shows only BoundingBox values
Replies: 1
Views: 3050

identify: HiResBoundingBox shows only BoundingBox values

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 ...