Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)