mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Adding (crude) changelog information for 1.1.0.
This commit is contained in:
parent
3bacd51ba5
commit
68763fa5b1
1 changed files with 14 additions and 0 deletions
|
|
@ -1,6 +1,20 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
v1.1.0
|
||||
------
|
||||
|
||||
- A ``SmartCrop`` resize processor was added. This allows an image to be
|
||||
cropped based on the amount of entropy in the target image's histogram.
|
||||
|
||||
- The ``quality`` argument was removed in favor of an ``options`` dictionary.
|
||||
This is a more general solution which grants access to PIL's format-specific
|
||||
options (including "quality", "progressive", and "optimize" for JPEGs).
|
||||
|
||||
- The ``TrimColor`` processor was renamed to ``TrimBorderColor``.
|
||||
|
||||
- The private ``_Resize`` class has been removed.
|
||||
|
||||
v1.0.3
|
||||
------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue