This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 4a5efac0c6 Move part of the `org.apache.sis.storage.geotiff.inflater` 
package to `org.apache.sis.io.stream.inflater` for sharing with GeoHEIF.
     new 83e5974f24 Refactor the GeoHEIF reader with more separation of 
concern. The code that creates color and sample models moves to a new class. 
The code for uncompressing tiles with ZLIB uses the code shared with GeoTIFF.
     new 3e9a1deb2e Move also the predictor base class to the shared package. 
Reuse the byte buffer in the GeoHEIF reader when possible.

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:
 .../storage/geotiff/base/CompressionMethod.java    |  10 -
 .../geotiff/inflater/HorizontalPredictor.java      |   1 +
 .../sis/storage/geotiff/inflater/Inflater.java     |   4 +-
 .../io/stream/inflater/ComputedByteChannel.java    |  66 ++++-
 .../org/apache/sis/io/stream/inflater/Deflate.java |  10 +
 .../sis/io/stream/inflater/InflaterChannel.java    |  50 +---
 .../sis/io/stream}/inflater/PredictorChannel.java  |  25 +-
 .../sis/storage/geoheif/CoverageBuilder.java       | 309 ++++-----------------
 .../apache/sis/storage/geoheif/FromImageIO.java    |  66 +++--
 .../main/org/apache/sis/storage/geoheif/Image.java |  22 +-
 .../org/apache/sis/storage/geoheif/ImageModel.java | 289 +++++++++++++++++++
 .../apache/sis/storage/geoheif/ImageResource.java  |  89 +++---
 .../sis/storage/geoheif/ResourceBuilder.java       |  41 ++-
 .../sis/storage/geoheif/UncompressedImage.java     |  30 +-
 .../apache/sis/storage/isobmff/mpeg/Component.java |  16 +-
 15 files changed, 596 insertions(+), 432 deletions(-)
 rename 
endorsed/src/{org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff
 => 
org.apache.sis.storage/main/org/apache/sis/io/stream}/inflater/PredictorChannel.java
 (88%)
 create mode 100644 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/geoheif/ImageModel.java

Reply via email to