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 acb8871 GridDerivation.subgrid[…) needs to transform the
`areaOfInterest` envelope if the CRSs are not equal.
new 7d270e2 Refactor the "Copy file path" action in a separated class
with better management of File/URI conversions.
new 65f809b Make the `bounds` argument optional, with default to the full
image.
new e05004b If the image to resample is too small for the specified
interpolation, use nearest neighbor. It happens if user tries to apply a
bilinear interpolation on an image of size 1×1 pixel (an image of such size if
typically a template for ColorModel and SampleModel).
new 4a44a2b Fix a 0.5 pixel offset when Interpolation.NEAREST is used.
The 4 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:
.../org/apache/sis/gui/dataset/CopyAction.java | 137 +++++++++++++++++++++
.../org/apache/sis/gui/dataset/ResourceTree.java | 59 ++-------
.../java/org/apache/sis/image/ImageCombiner.java | 14 ++-
.../java/org/apache/sis/image/Interpolation.java | 1 +
.../java/org/apache/sis/image/ResampledImage.java | 17 ++-
.../sis/internal/storage/io/IOUtilities.java | 10 +-
6 files changed, 174 insertions(+), 64 deletions(-)
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/CopyAction.java