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 3e9a1deb2e Move also the predictor base class to the shared package.
Reuse the byte buffer in the GeoHEIF reader when possible.
new b4604cdd7d Anticipate for the reuse of `ImageModel` in a future
version.
new 53ca1f0dc8 Replace an item list by an item map in the resource builder
implementation. This is more convenient and more efficient when getting item by
identifier.
new 23b494440e Added support for the "deflate" compression method as a
slight variation of the "zlib" method.
The 3 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:
.../sis/storage/geotiff/ImageFileDirectory.java | 4 +-
.../sis/storage/geotiff/inflater/Inflater.java | 2 +-
.../org/apache/sis/io/stream/inflater/Deflate.java | 8 +-
.../sis/storage/geoheif/CoverageBuilder.java | 47 +++--
.../main/org/apache/sis/storage/geoheif/Image.java | 2 +-
.../org/apache/sis/storage/geoheif/ImageModel.java | 44 +++--
.../apache/sis/storage/geoheif/ImageResource.java | 6 +-
.../sis/storage/geoheif/ResourceBuilder.java | 191 +++++++++++++++------
.../sis/storage/geoheif/UncompressedImage.java | 36 +++-
.../isobmff/mpeg/CompressionConfiguration.java | 6 +
10 files changed, 248 insertions(+), 98 deletions(-)