This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git.
from cbe0457 Add a safety check for tile size before to reuse a tile from the cache. new 02e2210 Layout TIFF "image description" on a single line. new 3c3b0d8 Rewrite the horizontal predictor for fixing a bug in the handling of types other than byte. Contains an opportunistic renaming of `setInput(long, long)` method as `setInputRegion(…)`. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/sis/internal/util/Strings.java | 28 +- .../org/apache/sis/internal/util/package-info.java | 2 +- .../sis/internal/storage/inflater/CCITTRLE.java | 8 +- .../storage/inflater/CompressionChannel.java | 6 +- .../storage/inflater/HorizontalPredictor.java | 443 +++++++++++---------- .../sis/internal/storage/inflater/Inflater.java | 12 +- .../apache/sis/internal/storage/inflater/LZW.java | 8 +- .../sis/internal/storage/inflater/PackBits.java | 8 +- .../internal/storage/inflater/PixelChannel.java | 4 +- .../storage/inflater/PredictorChannel.java | 11 +- .../apache/sis/internal/storage/inflater/ZIP.java | 8 +- .../internal/storage/inflater/package-info.java | 2 +- .../sis/storage/geotiff/ImageFileDirectory.java | 3 +- .../internal/storage/inflater/CCITTRLETest.java | 2 +- 14 files changed, 301 insertions(+), 244 deletions(-)