- Fix issue with Pillow 10.1+
- Fix issue with font size to small
- Add SITEURL to template context
- Add more examples
- Update CI pipeline
- Improve speed by using a global process pool
- Fix exclude list format issue
- Catch exceptions while reading or writing EXIF data
- Handle photos for which GPS data is not available
- Handle missing galleries
- Post-process JPEG images with RGB converter
- Add config parameter to generate addtional images
- Add optional to calculate the average color for an image
- Add Profile support
- Rewrite processing
- Find inline pattern and replace with image/gallery
- New operation convert_mode_p
- Add convert and quantize operations
- Add support for named images in metadata
- Process images from all pages and articles (Fixes: #36)
- Raise exception if unable to detect mime type
- Skip subdirectories in galleries
- Raise exception if file is not an image
- Improve info file handling
- Use icc profile from source image
- Handle EXIF and Rotate images (Fixes: #49)
- Improve URL generation with SITEURL
Contributed by PhiBo via PR #61
- Add default processing information and pass them to the Pillow writer
- Fix issues with multiprocessing
- Add option to detect number of CPUs
- Add new class to hold information about the source image
- Add caching for exif, notes and exclude lists
- Add high and width information from the result image
- Update signal and config handling
- Add optional api documentation
- Add more docstrings
- Add an initial version of an example blog to show how to use the plugin
- Change code to use classes instead of tuples to hold image information
- Add support to select image compression by source type. (jpeg -> webp, gif -> png, ...)
- Add support for HTML srcset
Add support for inline galleries.
Fix minor issues with some static files not included in the package.
Initial release as namespace plugin