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 4fd594d640 Fix a random test failure.
new cd60520272 Fix a NullPointerException caused by copying array of image
property names in the wrong direction.
new 5ccba14513 More systematic construction of gray scale instead of index
color model.
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 | 6 +-
.../main/org/apache/sis/image/DataType.java | 2 +-
.../org/apache/sis/image/SourceAlignedImage.java | 2 +-
.../image/internal/shared/BatchComputedImage.java | 7 +-
.../image/internal/shared/ColorModelFactory.java | 150 +++++++++++++--------
5 files changed, 103 insertions(+), 64 deletions(-)