- Break up `scaleImage`, so that its scaling-related parts can be applied to instances of `PIL.Image` for further processing. [witsch]
1.2.2
------------------
- Re-release to fix bad egg created for 1.2.1. Refs http://dev.plone.org/plone/ticket/11154 [witsch]
1.2.1
------------------
- Convert CMYK to RGB, allowing for web previews of print images. [tomster]
1.2
----------------
- Update package metadata. [hannosch]
1.1
----------------
- Abort if thumbnail behaviour is requested but either width or height is missing. This is nicer than confronting the caller with a PIL exception. [wichert]
- Rename the `keep` direction to `thumbnail` to make its behaviour more intuitive, but accept `keep` for now. [wichert]
1.0
----------------
- Only pull in the uuid distribution in Python versions before 2.5. [hannosch]