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 5339509 Do not overwrite puxels in destination image that are not covered by a pixel
in source image.
new c5ae48b Replace the `PreferredSize` hack by a public API.
new 563cba7 Rename `ImageProcessor.getStatistics(…)` as `valueOfStatistics(…)`.
The intent is to make a clearer separation with property getter methods. It also reduces the
impression that this method returns a pre-existing value (the computation can be expansive).
new 396816f Hide the splash screen after application startup.
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:
.../main/java/org/apache/sis/gui/DataViewer.java | 10 +++-
.../org/apache/sis/gui/coverage/RenderingData.java | 8 +--
.../apache/sis/internal/gui/ImageConverter.java | 2 +-
.../java/org/apache/sis/image/ImageCombiner.java | 2 +-
.../java/org/apache/sis/image/ImageProcessor.java | 64 +++++++++++++++++++--
.../java/org/apache/sis/image/RecoloredImage.java | 2 +-
.../java/org/apache/sis/image/Visualization.java | 2 +-
.../sis/internal/coverage/j2d/ImageLayout.java | 64 ++++++++++++++++-----
.../sis/internal/coverage/j2d/PreferredSize.java | 67 ----------------------
.../apache/sis/image/StatisticsCalculatorTest.java | 6 +-
10 files changed, 131 insertions(+), 96 deletions(-)
delete mode 100644 core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/PreferredSize.java
|