An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Image Chooser [![Release](https://jitpack.io/v/adrianromero/imagechooser.svg)](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](https://raw.github.com/adrianromero/imagechooser/master/screenshot-demo1.png)

Displaying an image

![Capturing a webcam image](https://raw.github.com/adrianromero/imagechooser/master/screenshot-demo2.png)

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.