Re: Is there a Anti-aliasing grayscale prism option?

2016-04-01 Thread Dell Green


Thanks for the reply Jim.

Thats good to know. 
These a javafx.scene.shape.Circle nodes.
I’ll try and figure out how to dump and convert the current frame buffer 
contents to a png as its on an embedded device using Java SE embedded 8 with 
EGL framebuffer configuration.
I have our electronics people looking at the problem as well as I haven’t ruled 
out yet that its a screen or display driver problem. 
I wanted to rule out Java as the issue.






Dell Green
R&D Software Manager
t: (+44)203 668 9870

On 1 Apr 2016, at 22:14, Jim Graham  wrote:

> All Shape antialiasing should be grayscale.  The only non-grayscale AA we 
> have is for text only, and that can be controlled using the fontSmoothingType 
> property on the Text node.  Are these Text nodes or other nodes that show the 
> colored pixels?
> 
> It might help to submit a small test case (as in, a couple of nodes) and a 
> screen-shot...
> 
>   ...jim
> 
> On 4/1/2016 1:59 PM, Dell Green wrote:
>> 
>> 
>> Hi Guys,
>> 
>> I am designing a grayscale javafx application for an RGB666 LCD screen.
>> When I display it on screen the antialiasing contains the odd pink and blue 
>> pixels in the anti-aliasing.
>> I am seeing this on shape anti-aliasing.
>> Is there  a system property (prism?) I can pass in the will change the 
>> anti-aliasing algorithm to us a grayscale anti-aliasing?
>> 
>> I have set all colors used in the applications to grayscale by calling 
>> Color.grayscale()
>> 
>> Dell Green
>> R&D Software Manager
>> t: (+44)203 668 9870
>> 
>> 
>> 
>> 
>> 206 Great Portland Street
>> London W1W 5QJ
>> 
>> 
>> Ideaworks (London) Ltd is a company registered in England and Wales, Company 
>> Registration no: 3943726. Registered office: 206 Great Portland Street, 
>> London, W1W 5QJ. This email and its contents are confidential. If you have 
>> received this message in error, please notify us and delete it. Any views 
>> presented in this email are solely those of the author and do not 
>> necessarily represent those of the company.
>> 




206 Great Portland Street
London W1W 5QJ


Ideaworks (London) Ltd is a company registered in England and Wales, Company 
Registration no: 3943726. Registered office: 206 Great Portland Street, London, 
W1W 5QJ. This email and its contents are confidential. If you have received 
this message in error, please notify us and delete it. Any views presented in 
this email are solely those of the author and do not necessarily represent 
those of the company.


Re: Is there a Anti-aliasing grayscale prism option?

2016-04-01 Thread Jim Graham
All Shape antialiasing should be grayscale.  The only non-grayscale AA 
we have is for text only, and that can be controlled using the 
fontSmoothingType property on the Text node.  Are these Text nodes or 
other nodes that show the colored pixels?


It might help to submit a small test case (as in, a couple of nodes) and 
a screen-shot...


...jim

On 4/1/2016 1:59 PM, Dell Green wrote:



Hi Guys,

I am designing a grayscale javafx application for an RGB666 LCD screen.
When I display it on screen the antialiasing contains the odd pink and blue 
pixels in the anti-aliasing.
I am seeing this on shape anti-aliasing.
Is there  a system property (prism?) I can pass in the will change the 
anti-aliasing algorithm to us a grayscale anti-aliasing?

I have set all colors used in the applications to grayscale by calling 
Color.grayscale()

Dell Green
R&D Software Manager
t: (+44)203 668 9870




206 Great Portland Street
London W1W 5QJ


Ideaworks (London) Ltd is a company registered in England and Wales, Company 
Registration no: 3943726. Registered office: 206 Great Portland Street, London, 
W1W 5QJ. This email and its contents are confidential. If you have received 
this message in error, please notify us and delete it. Any views presented in 
this email are solely those of the author and do not necessarily represent 
those of the company.



Is there a Anti-aliasing grayscale prism option?

2016-04-01 Thread Dell Green


Hi Guys,

I am designing a grayscale javafx application for an RGB666 LCD screen.
When I display it on screen the antialiasing contains the odd pink and blue 
pixels in the anti-aliasing.
I am seeing this on shape anti-aliasing.
Is there  a system property (prism?) I can pass in the will change the 
anti-aliasing algorithm to us a grayscale anti-aliasing?

I have set all colors used in the applications to grayscale by calling 
Color.grayscale()

Dell Green
R&D Software Manager
t: (+44)203 668 9870




206 Great Portland Street
London W1W 5QJ


Ideaworks (London) Ltd is a company registered in England and Wales, Company 
Registration no: 3943726. Registered office: 206 Great Portland Street, London, 
W1W 5QJ. This email and its contents are confidential. If you have received 
this message in error, please notify us and delete it. Any views presented in 
this email are solely those of the author and do not necessarily represent 
those of the company.