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 ebcc3ec698 Fix an `AssertionError` when using `BandedSampleConverter`
with a tile size which is not a divisor of the source image size.
new 63079aa8ea Revert the use of `fillValues` in `Transferer` while
keeping the clip. Add an explanation about why the fill values was not
necessary.
new 47d67c936c Support the legacy way to define a CRS and "grid to CRS"
transform in GeoHEIF files. This legacy encoding should not be used anymore,
but some data are still using it.
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:
.../apache/sis/image/BandedSampleConverter.java | 34 +++++-----------------
.../main/org/apache/sis/image/ImageProcessor.java | 8 ++---
.../main/org/apache/sis/image/Transferer.java | 15 ++++------
.../main/org/apache/sis/image/Visualization.java | 2 +-
.../sis/image/BandedSampleConverterTest.java | 2 +-
.../sis/storage/isobmff/MainBoxRegistry.java | 18 ++++++++++++
.../apache/sis/storage/isobmff/gimi/ModelCRS.java | 24 +++++++++++++++
.../sis/storage/isobmff/gimi/ModelTiePoint.java | 24 +++++++++++++++
.../storage/isobmff/gimi/ModelTransformation.java | 24 +++++++++++++++
.../sis/storage/isobmff/gimi/ExtensionTest.java | 5 ++++
10 files changed, 113 insertions(+), 43 deletions(-)