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=35683>. 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=35683 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-02 16:56 ------- Created an attachment (id=18015) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18015&action=view) fix for bug the attached patch fixes the bug. The pure fix is in lines 226 and 329. The previous version had problems, when it was requested to quantize to more colors than in the image (you have an image with 25 and ask for 255 colors). The bugs resulted in strange Cube-splits and this index-exception. 'Normal' images with thousands of colors didnt notice the problem. During debugging, this was changed as well: - the algorithm was split and one part went into computeCounts() - the color array-of-lists is converted to a Cube[][] for better iteration - comments -- 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]