https://issues.apache.org/bugzilla/show_bug.cgi?id=48702
Helder Magalhães <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Rendering hints of |Allow rendering hints of |rasterizer should be |rasterizer to be |confiurable |overridable --- Comment #1 from Helder Magalhães <[email protected]> 2010-02-15 18:50:18 UTC --- (In reply to comment #0) > The rasterizer uses the default Java2D rendering hints of the platform. I don't think this is correct. AFAIK, the rasterizer uses the rendering hints specified by content [1]. > The rasterizer should have options that allow setting the rendering hints to > use. A number of fast presets (highest, lowest, etc.) could be used to set > known sets of rendering hints at once. Let's try to clear this up a bit. As I've stated within the same thread [2], the idea was to allow these rendering hints to *override* the hints already provided by the content (even if not specified, the lacuna values will be used, so this is implicit). Providing a mechanism to override the rendering hints, possibly through the proposed presets would then be cool to allow optimizing for a few use-cases (somehow already stated [2] also): * Batch or high volume conversion, where speed could be required/desirable over quality; * Printing, where optimal quality would be highly desired given the usually high resolution available in most output devices; * Etc.. I've rephrased the bug's summary to reflect this clarification. :-) [1] http://www.w3.org/TR/SVG/painting.html#RenderingProperties [2] http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/201002.mbox/%[email protected]%3e -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
