Added rounding code to getRow() as well and updated the tests accordingly.
[zxing.git] / javase / src / com / google / zxing / client / j2se / BufferedImageLuminanceSource.java
2010-08-26 dswitkin@google.comAdded rounding code to getRow() as well and updated...
2010-08-25 smparkes@smparkes.netIssue 494 round luminance values rather than truncate
2010-03-05 srowenFor better handling of some formats, perform rotation...
2009-11-13 srowenMore fixes, to cropping BufferedImages
2009-10-20 srowenFix scanline stride issue
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...