How to get raw pixel data into JavaFX

2015-04-29 Thread Philipp Dörfler
Hello list, I got some very low level pixel data residing in memory with a pixel format and want to get that into JavaFX. I am talking about raw bytes, BGR, 24 bit per pixel etc.. The library providing this pixel data is OpenCV and although it allows for encoding the data into a standard format

Re: How to get raw pixel data into JavaFX

2015-04-29 Thread Benjamin Gudehus
Hi Philipp, as far as I know PixelWriter, WritableImage and ImageView fits better for handling raster images than Canvas. TestFX uses PixelWriter.setArgb() to convert screenshots from Glass with Monocle to PNG files: https://github.com/TestFX/TestFX/blob/fd75122/subprojects/testfx-core/src/main/

[8u60] request for review: RT-40644: [Mac]: The "Custom colors ..." dialog can not show as expected

2015-04-29 Thread Morris Meyer
Jonathan and Leif, Please review the css changes for Caspian and Modena for the color picker custom color chooser. We need a bit more than 1em for "settings-unit" in CustomColorDialog.java when running on Mac 10.10. Tested on 10.10.4. Thanks much. --morris JIRA - https://javafx-j

Re: JDK 1.8.0 33/40, diacritics and file problems

2015-04-29 Thread Fabrizio Giudici
On Tue, 28 Apr 2015 16:40:36 +0200, Mike Hearn wrote: I thought Mac OS X has a standard normalization for unicode filenames. Linux just treats whatever it gets as bytes so it is up to the software creating the file. Am I correct? Looks like you are: https://developer.apple.com/legacy/libra