https://issues.apache.org/bugzilla/show_bug.cgi?id=55484
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Dominik Stadler <[email protected]> --- Can you provide a unit test or at least some java code which reproduces an actual problem you see because of usage of byte? After all, color-values are three byte so it is possible to use three bytes to represent it and there is nothing wrong per see with using a range from +/-127 instead of from 0 to 255 as long as you handle conversion to other datatypes (short, int, ..) correctly. -- 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]
