jdriscoll / django-imagekit

Automates image processing for Django models. Resize, process and cache multiple versions of your image files. Access newly created files with a standard API. Supports alternate storage schemes such as Amazon S3.

Clone this repository (size: 135.6 KB): HTTPS / SSH
$ hg clone http://hg.driscolldev.com/django-imagekit

Shortlog (showing r78:f81af3b82678 (tip) → r54:27586f369050)

Age Author Message A M D «
3 months jdriscoll jdriscoll Fixed type 1
3 months jdriscoll jdriscoll Merged changes
3 months jdriscoll jdriscoll ImageKit should now support optional imagefields better now. 1
5 months jdriscoll jdriscoll Added tag 0.3.3 for changeset e3f18de27f17 1
5 months jdriscoll jdriscoll Bumped version number 2
5 months jdriscoll jdriscoll Added tag 0.3.3 for changeset 25f1190d2fc5 1
5 months jdriscoll jdriscoll Reverted changes to cache path that could possible cause filename collisions 1
8 months jdriscoll jdriscoll Imagekit not longer uses the appends the upload_to path of the image when… 1
9 months jdriscoll jdriscoll Cleaned up trailing whitespace 7
9 months bjj bjj Add IKOption.storage to explicitly set cached thumbnail storage. 3
12 months jdriscoll jdriscoll Fixed indentation error 1
12 months jdriscoll jdriscoll Added 'replace' argument to save_image 1
12 months jdriscoll jdriscoll Added tests for save_image method 1
12 months jdriscoll jdriscoll Added save_image method to ImageModel 1
12 months jdriscoll jdriscoll Escaped urls in admin_thumbnail 1
13 months jdriscoll jdriscoll Merged changes
13 months jdriscoll jdriscoll Added support for functions in cache_dir 1
13 months jdriscoll jdriscoll Fixed indent and refactored ikflush command (issue #19) 1
14 months jdriscoll jdriscoll spec.name now respects the upload_to path and added additional error handling… 3
14 months jdriscoll jdriscoll Added 'auto' method to Transpose processor 1
14 months jdriscoll jdriscoll Updated preprocessor implementation 2
14 months jdriscoll jdriscoll IOErrors now pass silently when generating spec images 1
15 months Just...@gmail.com Added tag 0.3.2 for changeset a016b56c2f89 1
15 months Just...@gmail.com Bumped version number 2
15 months Just...@gmail.com Added format processor to force a format/extension change 5