Summary: | Rendering artifacts even after antialiasing disabled | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Manuel López-Ibáñez <lopezibanez> |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | aacid |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
screenshort: left Adobe Reader, right Okular, both with antialising disabled.
PDF testcase Screenshot of disable graphicsantialias |
Description
Manuel López-Ibáñez
2012-05-25 13:30:29 UTC
Created attachment 71358 [details]
screenshort: left Adobe Reader, right Okular, both with antialising disabled.
Created attachment 71359 [details]
PDF testcase
How did you disable antialias? I followed the instructions given by the R project itself: http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-are-there-unwanted-borders Okular (Linux/KDE) There is not an option in the GUI to enable/disable anti-aliasing. From a console command line, use: $ kwriteconfig --file okularpartrc --group 'Dlg Performance' \ --key TextAntialias Disabled Then restart Okular. Change the final word to ‘Enabled’ to restore the original setting. (I wouldn't be surprised if the info is outdated.) Why would you disable text antialias and then complain that there is antialiasing in the graphics? If you want to disable graphics antialiasing you need to use GraphicsAntialias in that command line instead of TextAntialias It'd also be cool if you could fix R FAQ I'm closing this bug because it's basically not right. Right, that makes sense, but still: $ kwriteconfig --file okularpartrc --group 'Dlg Performance' --key GraphicsAntialias Disabled does not seem to have any effect on the test.pdf. It gives exactly the same output shown in the screenshot attached. Nonetheless, I will try to get the R FAQ fixed. Thanks for looking at this. I guess the underlying issue producing the artifacts must be really hard to solve, since not even Adobe Reader gets it 100% right. As a PDF expert, if you have any intuition about what could R do better to reduce the artifacts, I would appreciate your advice. Created attachment 72259 [details]
Screenshot of disable graphicsantialias
It works for me, make sure you did exactly type this
kwriteconfig --file okularpartrc --group 'Dlg Performance' --key GraphicsAntialias Disabled
OK. I upgraded Okular and the output is exactly as you said! Great! Thanks very much. BTW, the R FAQ is fixed. |