django-imagekit/imagekit
Matthew Tretter db4d704f71 Changed ImageSpec constructor so you can use static properties.
For example:

    class MyImageSpec(ImageSpec):
        quality = 100

    class Photo(ImageModel):
        display = MyImageSpec()
2011-09-08 16:48:53 -04:00
..
management Flush newer records first. Also, spacing. 2011-02-10 19:00:35 -08:00
__init__.py Bumping the verison numbers. 2011-04-01 11:56:44 -07:00
defaults.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Storage moved onto ImageSpec. 2011-09-08 10:28:54 -04:00
options.py Using spec properties from ImageModel. 2011-09-08 10:00:22 -04:00
processors.py Resize split into Crop and Fit. 2011-09-08 10:28:54 -04:00
specs.py Changed ImageSpec constructor so you can use static properties. 2011-09-08 16:48:53 -04:00
tests.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
utils.py Fixes: CMYK files from Photoshop fails to load with exception -2 2011-06-17 13:13:20 -07:00