All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ➕
--borderflag to draw rounded border around image content - ➕
--textflag to enable left, right, top, and bottom edge text - ➕
--left,--right,--top,--bottomflags for customizable annotations - ➕
--a4flag to generate paginated A4 collage output - ➕
--size WxHflag to resize final output inmmorcmunits
- ✅ Resolved OpenCV image save error on empty/missing images
- ✅ Fixed bottom text rendering bug where top text was reused
- ✨ Added
--mode gradientfor gradient-colored borders - ✨ Added
--mode solidfor solid-colored borders - ✨ Added
--mode blurfor blur borders - ⚡ Support for shorthand flags:
-sfor solid mode-bfor blur mode-gfor gradient mode
- 🚀 Initial CLI tool with default
blurmode.