openslide / openslide-java

Java bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
41 stars 24 forks source link

Support color conversion using ICC profiles #82

Open bgilbert opened 6 months ago

bgilbert commented 6 months ago

81 added support for reading ICC profiles, but did not add automatic color conversion; ICC profiles from certain slides would cause exceptions in Java's color conversion code. If possible, add support for color conversion in paintRegion() and in the GUI. Ideally we'd allow selecting the rendering intent (and of course the target profile) as OpenSlide Python does.