Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozakione/image-organizer
Organize your images based on their ratio
https://github.com/ozakione/image-organizer
image-classification image-management image-processing organizer
Last synced: 22 days ago
JSON representation
Organize your images based on their ratio
- Host: GitHub
- URL: https://github.com/ozakione/image-organizer
- Owner: OzakIOne
- Created: 2021-03-25T21:16:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T13:16:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T20:41:54.039Z (2 months ago)
- Topics: image-classification, image-management, image-processing, organizer
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Organizer
## How to install
1. `git clone https://github.com/ozakione/image-organizer`
2. `cd image-organizer`
3. `npm i`
4. `mkdir img`
5. Place all your images in the `img` folder## How to run
- `node index.js`
- Run `node index.js -h` to display program usage### Todo
- [ ] Use async function to check dirs
- [ ] [Async filter](https://advancedweb.hu/how-to-use-async-functions-with-array-filter-in-javascript/)