Michael Ennen
Michael Ennen
I am currently in the process of debugging why this is the case. Update (1): So, here is what I find: When `-Dglass.platform=Monocle` is set we get a `ClassNotFoundException` in...
@kevinrushforth Sorry for the long-winded problem description, hopefully you will have time to take a quick look. Much appreciated.
I believe I have tried both ways (the Monocle classes are on the classpath because we have a gradle dependency on them), and I tried patching with `--patch-module` but I...
Thanks so much for digging into this. Do you think you will have time to open a JBS bug and work on it or is it something you would like...
Is this only on JDK 9 or does 8 behave the same way?
I will investigate within the next couple days. Sorry for the wait.
I am going out quite far on a limb here but I wonder if the `ICC_Profile` class can be used. Some documentation is found [here](http://docs.oracle.com/javase/7/docs/technotes/guides/2d/spec/j2d-color.html#wp62422) and also some examples from...
Using macOS 10.13 and the color profile "Color LCD" I get the following shade files produced: [OSName_ColorProfileNameHere_blueShades.txt](https://github.com/TestFX/TestFX/files/1377473/OSName_ColorProfileNameHere_blueShades.txt) [OSName_ColorProfileNameHere_greenShades.txt](https://github.com/TestFX/TestFX/files/1377474/OSName_ColorProfileNameHere_greenShades.txt) [OSName_ColorProfileNameHere_greyShades.txt](https://github.com/TestFX/TestFX/files/1377475/OSName_ColorProfileNameHere_greyShades.txt) [OSName_ColorProfileNameHere_redShades.txt](https://github.com/TestFX/TestFX/files/1377476/OSName_ColorProfileNameHere_redShades.txt) Note: I should have changed the name to LCDProfile instead...
@Oliver-Loeffler Hop in the [gitter chat](https://gitter.im/TestFX/TestFX) - I am working through the complexities involved in this issue - or at least doing some research.
Note: https://lists.apple.com/archives/quartz-dev/2008/Feb/msg00079.html We need to take the "naive" color that doesn't match (namely image.getPixelReader().getColor(0,0)) and then subtract some difference, dr, dg, db, and make an image with those colors and...