Releases: pelican-plugins/photos
Releases · pelican-plugins/photos
Photos 1.6.0
Photos 1.5.0
- 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
Photos 1.4.0
- 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
Photos 1.3.0
- 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
Photos 1.2.0
- 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
Photos 1.1.0
Add support for inline galleries.
Photos 1.0.1
Fix minor issues with some static files not included in the package.
Photos 1.0.0
Initial release as namespace plugin