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 2034647  Fix an `IndexOutOfBoundsException` when stretching the colors 
of an `IndexColorModel`.
     new 739b246  Remove the 100 pixels margin which was added to the image 
rendered by `CoverageCanvas`. The margin intend was to have some content ready 
in advance when user translates the view. But it also consumes more memory, 
slows down the rendering (because of larger surface) and makes the 
`ImagePropertyExplorer` content a little bit more confusing.
     new 8ceffa0  Better rendering of `ImagePropertyExplorer` content when the 
property value is another image.
     new 9edee11  In `PlanarImage.verify()`, an unexpected value for "width" 
and "height" properties may be normal. So those "anomalies" should be reported 
only if everything else is okay.

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/gui/coverage/CoverageCanvas.java    |   1 -
 .../sis/gui/coverage/ImagePropertyExplorer.java    |  10 +-
 .../apache/sis/internal/gui/ImageConverter.java    | 137 +++++++++++++++------
 .../org/apache/sis/internal/gui/PropertyView.java  |  62 +++++++---
 .../org/apache/sis/internal/gui/Resources.java     |   2 +-
 .../apache/sis/internal/gui/Resources.properties   |   2 +-
 .../sis/internal/gui/Resources_fr.properties       |   2 +-
 .../apache/sis/coverage/grid/ReshapedImage.java    |  16 +--
 .../java/org/apache/sis/image/PlanarImage.java     |  39 +++---
 .../java/org/apache/sis/image/ResampledImage.java  |  10 +-
 .../sis/internal/coverage/j2d/TiledImage.java      |   7 +-
 .../sis/internal/map/coverage/RenderingData.java   |   2 +
 12 files changed, 198 insertions(+), 92 deletions(-)

Reply via email to