Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chfoidl/image-importer
Simple Application to select and import images from a USB-Device.
https://github.com/chfoidl/image-importer
Last synced: about 6 hours ago
JSON representation
Simple Application to select and import images from a USB-Device.
- Host: GitHub
- URL: https://github.com/chfoidl/image-importer
- Owner: chfoidl
- Created: 2016-01-04T21:40:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T23:20:10.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T13:25:12.568Z (over 1 year ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image-Importer
--------
A simple application to select and import images from a USB-Device.This project was made using the [Electron runtime](http://electron.atom.io).
[Szwacz's electron-boilerplate](https://github.com/szwacz/electron-boilerplate) was used as a foundation for this project.### How to use
When first starting the application, nothing will be happening, because a valid USB-Device must be set in the settings.To do that, just click on the cog-icon in the top right corner and choose your USB-Device from the list. The Vendor- and Product-ID and the name of the device will be set automatically.
Currently the application only listens for add- and remove-events of USB-Devices and compares against the specified device and it automatically updates the image-list if the device is added or removed.
The name of the partition (linux and OS X) or the drive-letter (windows) must be set, so that the application can access the images on the device.If a valid path is found, all images found at that path (including subdirectories) will get loaded into the image-list.
After the loading is complete, you can select the images you wish to import to your computer by simply left-clicking on the image.
If you want to just delete images from your device, you can do that by right-clicking on the image.Pressing the blue button on the bottom right all selected images are either deleted or imported to your computer. The destination path can be set in the settings.