You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/09 00:38:01 UTC

DO NOT REPLY [Bug 27020] - [Patch] Grayscale and RGB tinting added to ImageReader

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

joerg.heinicke@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From joerg.heinicke@gmx.de  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