Skip to content

๐Ÿ“ 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 GifConfig class
  • ๐Ÿ’ป 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