Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 616 Bytes

OMImage - Oh My Image

Image manipulation & optimization tools

Features

  • Recursive loading of files inside sub folders
  • Support for .jpg, .png & .webp
  • Task queue to chain multiple tasks
  • Allow list & ignore list to convert only specific images within a task
  • Source set generation
  • Composition mode to combine multiple images into one

Usage

  1. Clone this repo
  2. Run npm install
  3. Place your images inside the img folder. Subdirectories are allowed
  4. Adjust the config.ts file inside the src directory to your liking
  5. Run npm start

The output will be saved inside the out folder.