https://github.com/adrianromero/imagechooser
Select and display images control for JavaFX
https://github.com/adrianromero/imagechooser
Last synced: 3 months ago
JSON representation
Select and display images control for JavaFX
- Host: GitHub
- URL: https://github.com/adrianromero/imagechooser
- Owner: adrianromero
- License: apache-2.0
- Created: 2014-09-30T06:31:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T15:36:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-27T11:45:51.525Z (4 months ago)
- Language: Java
- Size: 264 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image Chooser [](https://jitpack.io/#adrianromero/imagechooser)
=============Select and display images control for JavaFX.
This library includes an edit control for Java FX. It allows to load images from the file system or capture web cam images. And you can use it directly from java code or the [JavaFX Scene Builder](http://www.oracle.com/technetwork/java/javase/downloads/javafxscenebuilder-info-2157684.html).
Screenshots
===========
Displaying an image

Capturing a webcam image
Install
=======To install the library add:
```gradle
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.adrianromero:imagechooser:1.0.0'
}
```Acknowledgments
===============* [Webcam Capture API](https://github.com/sarxos/webcam-capture)
Copyright (c) 2012 - 2015 Bartosz Firyn and Contributors
Licensed under the MIT License (MIT)* Sound [The CheeseMan Camera Snap1](https://www.freesound.org/people/thecheeseman/sounds/51360/)
Licensed under the Creative Commons. Attribution 3.0 (CC BY 3.0)License
=======Image Chooser is licensed under the Apache License, Version 2.0, January 2004.