Skip to content

Releases: pelican-plugins/photos

Photos 1.6.0

17 Mar 07:31
Compare
Choose a tag to compare
  • Fix issue with Pillow 10.1+ (#109)
  • Fix too-small font size in watermark text (#114)
  • Add SITEURL to template context (#115)
  • Add more examples (#116)
  • Update CI pipeline (#112)

Made possible by contributions from @phibos, @jpulliam, @gucio321, and @justinmayer

Photos 1.5.0

30 Oct 20:29
Compare
Choose a tag to compare
  • 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

08 Sep 18:57
Compare
Choose a tag to compare
  • 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

07 Jan 04:08
Compare
Choose a tag to compare
  • 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

01 Jan 07:02
Compare
Choose a tag to compare
  • 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

27 Dec 07:36
Compare
Choose a tag to compare

Add support for inline galleries.

Photos 1.0.1

26 Aug 03:59
Compare
Choose a tag to compare

Fix minor issues with some static files not included in the package.

Photos 1.0.0

13 Aug 20:00
Compare
Choose a tag to compare

Initial release as namespace plugin