DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43847>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43847 Summary: PNG export: indexed option doesn't work Product: Batik Version: 1.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: SVG Viewer AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The indexed option of the PNG export in the SVG viewer has no effect. This is because KEY_INDEXED is set to 256 while it seems to be expected to be 8 if the number of palette entries should be 256 = 2^8. A value of 256 will be ignored in sources/org/apache/batik/ext/awt/image/codec/png/PNGTranscoderInternalCodecWriteAdapter.java I'll post a simple patch, but the indexed option is still quite unusable because it dithers a white background, even if only one other color is used. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
