This is an automated email from the ASF dual-hosted git repository.
jsorel pushed a change to branch feat/javafx-on-11
in repository https://gitbox.apache.org/repos/asf/sis.git.
from 4c71824 Merge branch 'geoapi-4.0' into feat/javafx-on-11
add bf2b3b2 The translations applied on "target to source pixel
coordinates" transform shall be computed from requested extents, not from
global extents.
add 78e494d Apply a more uniform way to define and handle RenderedImage
properties. Prepare CoverageCanvas to handle resampled GridCoverage by
executing image operations in a single Process internal class (for making
easier to control the chain of operations).
add 1dfd3d9 Rename SOURCE_PADDING_KEY in a way more consistent with other
properties.
new ceb9381 Merge branch 'geoapi-4.0' into feat/javafx-on-11
The 1 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/gui/coverage/CoverageCanvas.java | 271 +++++++++++++++------
.../apache/sis/gui/coverage/CoverageControls.java | 7 +-
.../apache/sis/internal/gui/ImageRenderings.java | 5 +-
.../sis/coverage/grid/ResampledGridCoverage.java | 56 +++--
.../java/org/apache/sis/image/ComputedImage.java | 8 +-
.../java/org/apache/sis/image/ImageProcessor.java | 87 +++++--
.../java/org/apache/sis/image/PlanarImage.java | 49 +++-
.../java/org/apache/sis/image/ResampledImage.java | 69 +++++-
.../org/apache/sis/image/StatisticsCalculator.java | 9 +-
.../coverage/j2d/BandedSampleConverter.java | 16 ++
.../apache/sis/image/StatisticsCalculatorTest.java | 6 +-
.../operation/matrix/AffineTransforms2D.java | 23 ++
.../src/main/java/org/apache/sis/util/Numbers.java | 20 +-
13 files changed, 475 insertions(+), 151 deletions(-)