Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JavaFXConverter #969

Merged
merged 7 commits into from
Apr 22, 2018
Merged

Add JavaFXConverter #969

merged 7 commits into from
Apr 22, 2018

Conversation

johanvos
Copy link
Contributor

This class converts a Frame into a JavaFX Image, leveraging the ByteBuffer that is underlying both Frame and Image.
Only BGR Frames are supported at this moment. In case a non-supported format is used, appropriate exceptions are thrown.
We can easily add more formats, but it is easier to do this with real test scenarios once we run into them.

@saudet saudet merged commit 1529ed8 into bytedeco:master Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants