[gs-bugs] [Bug 691592] New: gs 9.00: bbox driver returns a wrong result
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Fri Sep 3 13:16:23 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691592
Summary: gs 9.00: bbox driver returns a wrong result
Product: Ghostscript
Version: other
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P4
Component: General
AssignedTo: support at artifex.com
ReportedBy: tatyana at miko.org
QAContact: gs-bugs at ghostscript.com
Estimated Hours: 0.0
Seems that gs 9.00's bbox driver returns a wrong result.
$ gs -sDEVICE=bbox -dNOPAUSE -dBATCH sample.pdf
GPL Ghostscript 8.71 (2010-02-10)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
Page 1
%%BoundingBox: 243 676 348 697 <--- correct
%%HiResBoundingBox: 243.647993 676.169979 347.183989 696.383979
$ gs -sDEVICE=bbox -dNOPAUSE -dBATCH sample.pdf
GPL Ghostscript RELEASE CANDIDATE 9.00 (2010-09-01)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
Page 1
%%BoundingBox: 236 670 343 690 <--- wrong!
%%HiResBoundingBox: 236.933993 670.607980 342.665990 689.741979
Due to this problem, some applications like 'LaTeXiT' doesn't work as expected
with gs9.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list