django-imagekit/imagekit/specs
Matthew Tretter 64d95768f8 Extract GeneratedImageCacheFile
As mentioned in #167, we want to be forward thinking and allow for a
hypothetical spec supertype which has the same functionality as an image
spec but doesn't require a source file: a generator. To this end, I've
renamed `ImageSpec.apply()` to `ImageSpec.generate()` and extracted
a `GeneratedImageCacheFile` base class from `ImageSpecCacheFile`, which
supports the more general interface of a generator--namely, a
`generate()` method with arbitrary args and kwargs.
2012-11-02 00:33:33 -04:00
..
__init__.py Extract GeneratedImageCacheFile 2012-11-02 00:33:33 -04:00
sources.py Add files() generator. Re: #165 2012-10-24 23:41:05 -04:00