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 c3ca073d5e Bug fix: colors applied to ASCII Grid images were wrongly 
applied to other kind of images if they shared the same `ImageProcessor`.
     new 3ded3c324f Be more specific about the transparent pixel.
     new be6db459ff Preserve information about how the color model of an image 
has been stretched. This is not needed when the stretching is computed from a 
sample dimension, but become necessary for RGB images with empty 
`SampleDimension` objects.
     new 59b16ae521 Bug fix: wrong image sometime shown when a zoom causes a 
change of pyramid level.
     new ee1bcd6633 Remove debug annotations or methods that are not needed.
     new fd212eb062 Add a default `getIdentifier()` implementation for 
`URIDataStore`.

The 5 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    | 33 ++++++--
 .../java/org/apache/sis/image/ImageProcessor.java  |  9 +-
 .../java/org/apache/sis/image/RecoloredImage.java  | 97 +++++++++++++++++++---
 .../java/org/apache/sis/image/Visualization.java   | 12 ++-
 .../sis/internal/coverage/j2d/Colorizer.java       | 19 +----
 .../sis/internal/map/coverage/RenderingData.java   |  2 +-
 .../apache/sis/internal/storage/URIDataStore.java  | 54 ++++++++----
 .../sis/internal/storage/io/ChannelDataInput.java  |  2 -
 .../java/org/apache/sis/storage/DataStore.java     |  6 +-
 9 files changed, 175 insertions(+), 59 deletions(-)

Reply via email to