A simple command line tool for sorting images based on aspect ratio (square, portrait, wide, ultrawide) written in Kotlin.
- png
- jpg / jpeg
- tiff
- gif
- bmp
- Move ImageSorter.jar to the folder containing the images you'd like to sort.
- Open terminal / cmd (on Windows)
- Navigate to the folder
java -jar ImageSorter.jar
- Follow the instructions as prompted.
- Java 18 or above
Any suggestions or code changes are welcome! Enjoy!