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=27020>. 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=27020 [Patch] Grayscale and RGB tinting added to ImageReader [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-03-08 23:37 ------- Patch applied to 2.1 and 2.2, and samples added for showing the functionality. Thanks very much for your contribution. The next time please avoid tabs. I also had to fix a little bug for grayscale only setting, following statement missed the test for the grayscalefilter: if (width > 0 || height > 0 || null != colorFilter) { and the original image was delivered. Would be good if you can test it too and close the bug afterwards. Thanks, Joerg
