Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 535 Bytes

Aspect Ratio Based Image Sorter

A simple command line tool for sorting images based on aspect ratio (square, portrait, wide, ultrawide) written in Kotlin.

Supported image formats

  • png
  • jpg / jpeg
  • tiff
  • gif
  • bmp

Usage

  • 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.

Requirements

  • Java 18 or above

Any suggestions or code changes are welcome! Enjoy!