๐ Changelog¶
All notable changes to imgif will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Added¶
- Initial implementation ๐
0.0.1 - 2025-01-XX¶
Added¶
- โจ Core image to GIF converter functionality
- โ๏ธ Configuration system with
GifConfigclass - ๐ป Command-line interface with click
- ๐จ Rich console output for beautiful errors and progress
- ๐ Image resizing with aspect ratio control
- ๐ฌ FPS and duration controls
- ๐ Loop count configuration
- โจ Quality and optimization settings
- ๐งช Comprehensive test suite (100% coverage)
- ๐ Full documentation with MkDocs
- ๐ CI/CD with GitHub Actions
- ๐ฃ Pre-commit hooks for code quality
Features¶
- Support for multiple image formats (PNG, JPG, BMP, GIF, TIFF, WebP)
- Single image or directory input
- Variable duration per frame
- High-quality image resizing with PIL
- Type-safe with full type annotations
- Detailed error messages
- Verbose mode for debugging