Summary: | Anti-Aliased output incorrect | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Juliusz Gonera <juliusz.gonera> |
Component: | Graphics Library | Assignee: | Chris Liddell (chrisl) <chris.liddell> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | delphian.oracle |
Priority: | P4 | ||
Version: | 9.04 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: |
pdf input
output with AA (artifacts) output without AA enabled |
Created attachment 8235 [details]
output with AA (artifacts)
Created attachment 8236 [details]
output without AA enabled
Changed title, looks like this is really a problem with anti-aliasing, since the non-AA output is OK. *** Bug 692808 has been marked as a duplicate of this bug. *** I guess once determined this is not a font problem it should go to Michael along with 692808. Seems to work now - I'd guess as a result of Ray's recent clist fixes. *** This bug has been marked as a duplicate of bug 692688 *** |
Created attachment 8234 [details] pdf input Sample pdf input & resulting jpg output included. Invocation: ----------- ghostscript-9.04 -q -dBATCH -dNOPAUSE -sDEVICE=jpeg -r200x200 -dJPEGQ=90 -dTextAlphaBits=4 -sOutputFile=page_%02d.jpg pg_0019.pdf The resulting JPG file has processing artifacts (the title of the page is messed up) Invoking ghostscript without AA gives the expected result: ghostscript-9.04 -q -dBATCH -dNOPAUSE -sDEVICE=jpeg -r200x200 -dJPEGQ=90 -dTextAlphaBits=4 -sOutputFile=page_%02d.jpg pg_0019.pdf