Releases: wagtail/Willow
Releases · wagtail/Willow
Version 0.3 beta 4
Changes since beta 3
- Improvements to error handling when an operation cannot be found. There's now three different error classes can be raised (all descend from
LookupError
). Previously,LookupError
was raised in all three cases. See https://github.com/torchbox/Willow/blob/cefc97d83fc8cf689a5249096a5a339eaad1676e/willow/registry.py#L4-L24 - Fixed a bug that caused Willow to try to use Pillow/Wand for converting images, even if the underlying library wasn't installed (#32)
Image.save()
now raisesValueError
if the output format isn't recognised- Replaced
Registry.route_to_operation
withRegistry.find_operation
- Removed with_converter_{to, from} parameters from Registry.get_image_classes
Version 0.3 beta 3
auto_orient
operation
Version 0.3 beta 2
Release withdrawn due to packaging issues. See beta 3
Version 0.3 beta 1
- Major refactor
Version 0.2.2
- #23 Fixed a crash in Pillow backend when saving GIF images with transparency (@shredding)
Version 0.2.1
- JPEGs are now detected from first two bytes of their file. Allowing non JFIF/EXIF JPEG images to be loaded
Version 0.2
v0.2.0 Prepare for 0.2 release
Version 0.1.2
Fixed Python 2 support