This is an automated email from the ASF dual-hosted git repository. kinow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.
from 29f5485 Update tests from commons-io:commons-io 2.6 to 2.7. add 6991fa9 [IMAGING-259]: Coverage improvements, speed improvement for LZW/RGB add 1a7017b [IMAGING-259]: changelog add bca1100 Merge branch 'pr-78' No new revisions were added by this update. Summary of changes: src/changes/changes.xml | 3 + .../formats/tiff/datareaders/DataReaderStrips.java | 41 +++++++------ .../formats/tiff/datareaders/DataReaderTiled.java | 46 ++++++++------- .../BlueMarble_GeoTIFF_LZW_NoPredictor_Tiled.tif | Bin 0 -> 157271 bytes .../data/images/tiff/4/IndexColorPaletteTiled.tif | Bin 0 -> 26308 bytes .../PhotometricInterpreterRgbTest.java | 65 +++++++++++++++++++++ 6 files changed, 117 insertions(+), 38 deletions(-) create mode 100644 src/test/data/images/tiff/11/BlueMarble_GeoTIFF_LZW_NoPredictor_Tiled.tif create mode 100644 src/test/data/images/tiff/4/IndexColorPaletteTiled.tif create mode 100644 src/test/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterRgbTest.java