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 bc51b96 Rename RelocatedImage as ReshapedImage because this class can
also change the image size.
new 62cea41 Share TiledImageMock implementation with other tests.
new a32a606 Add more tests for ReshapedImage and fix a few bugs in this
process.
new eb9ad25 Move PlanarImage in public API. I think it has reasonable
chances to be stable now.
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:
.../apache/sis/coverage/grid/ReshapedImage.java | 33 +++-
.../coverage/j2d => image}/PlanarImage.java | 52 ++++--
.../internal/coverage/j2d/ScaledColorSpace.java | 14 +-
.../sis/coverage/grid/ReshapedImageTest.java | 171 ++++++++++++++++--
.../org/apache/sis/image/DefaultIteratorTest.java | 1 +
.../java/org/apache/sis/image/PlanarImageTest.java | 109 ++++++++++++
.../java/org/apache/sis/image/TiledImageMock.java | 149 ++++++++++------
.../sis/internal/coverage/j2d/PlanarImageTest.java | 191 ---------------------
.../apache/sis/test/suite/FeatureTestSuite.java | 6 +-
9 files changed, 440 insertions(+), 286 deletions(-)
rename core/sis-feature/src/main/java/org/apache/sis/{internal/coverage/j2d =>
image}/PlanarImage.java (89%)
create mode 100644
core/sis-feature/src/test/java/org/apache/sis/image/PlanarImageTest.java
delete mode 100644
core/sis-feature/src/test/java/org/apache/sis/internal/coverage/j2d/PlanarImageTest.java