From commits-return-13843-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Fri Aug 21 11:01:36 2020 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 3B1201A823 for ; Fri, 21 Aug 2020 11:01:36 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id E224E125F54 for ; Fri, 21 Aug 2020 11:01:35 +0000 (UTC) Received: (qmail 21677 invoked by uid 500); 21 Aug 2020 11:01:35 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 21623 invoked by uid 500); 21 Aug 2020 11:01:35 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 21613 invoked by uid 99); 21 Aug 2020 11:01:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2020 11:01:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 59C1A890B8; Fri, 21 Aug 2020 11:01:35 +0000 (UTC) Date: Fri, 21 Aug 2020 11:01:35 +0000 To: "commits@sis.apache.org" Subject: [sis] branch geoapi-4.0 updated (6ff9dd1 -> 5339509) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159800769530.19345.12060974401741461652@gitbox.apache.org> From: desruisseaux@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sis X-Git-Refname: refs/heads/geoapi-4.0 X-Git-Reftype: branch X-Git-Oldrev: 6ff9dd197675124f7371904f70dea6a0d04f7937 X-Git-Newrev: 533950959c450594b60feb88ad9df5bcea337d5c X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 6ff9dd1 First version of ImageCombiner. new dc359f5 Fix a few holes related to the addition of a `destination` property in `ComputedImage`. new 5339509 Do not overwrite puxels in destination image that are not covered by a pixel in source image. 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: .../java/org/apache/sis/image/ComputedImage.java | 23 +++++--- .../java/org/apache/sis/image/ResampledImage.java | 61 +++++++++++++++++----- .../org/apache/sis/image/ImageCombinerTest.java | 51 ++++++++++++++---- 3 files changed, 102 insertions(+), 33 deletions(-)