Commit graph

70 commits

Author SHA1 Message Date
Ben Jackson
26f01721df Add IKOption.storage to explicitly set cached thumbnail storage.
Original image storage is still the default, and the original image
is always read from its own storage.
2009-12-17 22:26:19 -08:00
Justin Driscoll
f28683dd0f Fixed indentation error 2009-09-14 14:51:29 -04:00
Justin Driscoll
fa6659162c Added 'replace' argument to save_image 2009-09-02 14:26:30 -04:00
Justin Driscoll
ae14d137de Added tests for save_image method 2009-09-02 14:20:43 -04:00
Justin Driscoll
bc4ff39e9e Added save_image method to ImageModel 2009-09-02 14:20:30 -04:00
Justin Driscoll
77e953edcb Escaped urls in admin_thumbnail 2009-08-31 17:00:38 -04:00
Justin Driscoll
48a2035665 Merged changes 2009-08-11 17:59:03 -04:00
Justin Driscoll
2e0530bb50 Added support for functions in cache_dir 2009-08-11 17:58:22 -04:00
Justin Driscoll
1d82a64bd7 Fixed indent and refactored ikflush command (issue #19) 2009-08-10 14:30:41 -04:00
Justin Driscoll
eb97ed1180 spec.name now respects the upload_to path and added additional error handling to Transpose:auto 2009-07-19 15:26:53 -04:00
Justin Driscoll
68b8d46a2f Added 'auto' method to Transpose processor 2009-07-19 15:04:43 -04:00
Justin Driscoll
7a04da81e1 Updated preprocessor implementation 2009-07-19 13:50:31 -04:00
Justin Driscoll
510d4fc1df IOErrors now pass silently when generating spec images 2009-07-09 14:42:49 -04:00
Justin Driscoll
3f8b2a938d Added tag 0.3.2 for changeset a016b56c2f89 2009-06-04 14:37:36 -04:00
Justin Driscoll
70acfa5a95 Bumped version number 2009-06-04 11:58:33 -04:00
Justin Driscoll
70da53ba4d Added format processor to force a format/extension change 2009-06-04 11:47:16 -04:00
Justin Driscoll
81f4b950cd Restored defaults 2009-06-04 11:06:40 -04:00
Justin Driscoll
47e087e3b4 Fixed handling of palleted images 2009-06-04 11:06:11 -04:00
Justin Driscoll
7aa5d8b933 Added tag 0.3.1 for changeset 21a3398fb5cb 2009-05-17 08:46:11 -04:00
Justin Driscoll
1a7ec0d947 Bumped version to 0.3.1 for release 2009-05-17 08:46:08 -04:00
Justin Driscoll
0105940e98 Added tag 0.3 for changeset a567554a5ca9 2009-05-17 08:43:17 -04:00
Justin Driscoll
62fc447dcc Bumped version in __init__.py 2009-05-17 08:43:06 -04:00
Justin Driscoll
a3975f95a3 Added tag 0.3 for changeset b9b5483e3f3e 2009-05-16 23:22:40 -04:00
Justin Driscoll
e33318f1fc Bumped version number 2009-05-16 23:22:34 -04:00
Justin Driscoll
f4cc71879b Fixed line wraps 2009-05-16 23:21:49 -04:00
Justin Driscoll
c9b397c7c4 Updated my email address 2009-05-16 23:08:12 -04:00
Justin Driscoll
486f602aa2 Merged changes 2009-04-19 13:50:34 -04:00
Justin Driscoll
9c455a19c5 Fixed a couple issues with having an optional (and empty) image field in an ImageModel 2009-04-19 13:46:01 -04:00
Justin Driscoll
cc5c846c0a Fixed check in admin_thumbnail_view 2009-03-13 13:14:53 -04:00
Justin Driscoll
e03edf8e83 admin_thumbnail_view no longer crashes when there is no file found 2009-03-13 12:35:33 -04:00
Justin Driscoll
e0a2ad9ede Added crop choice tuples and tweaked a couple of comments 2009-03-03 11:44:51 -05:00
Justin Driscoll
82bd312baf Renamed config to defaults and modified a couple of default options 2009-02-26 09:59:05 -05:00
Justin Driscoll
54903c7e77 Updated version number and setup requirements 2009-02-04 17:28:30 -05:00
Justin Driscoll
a0cd5c5774 Wrapped opened file in StringIO 2009-02-04 14:38:30 -05:00
Justin Driscoll
45f4c954f0 Added a check to remove any wrappers from the file like object returned in storage.open() 2009-02-04 14:23:52 -05:00
Justin Driscoll
e1e2b52daa Removed dependance on storage.path() which may not be implemented by storage classes 2009-02-04 13:49:20 -05:00
Justin Driscoll
c1777cec90 Fixed tests 2009-02-03 08:50:54 -05:00
Ariel Nunez
920bf47128 Added setup.py and relocated source dir 2009-02-02 15:46:41 -05:00
Justin Driscoll
0dc198f355 We now seek to the begining of the file in spec._create to prevent PIL errors when multiple specs have pre_cache=True 2009-02-02 09:54:07 -05:00
Justin Driscoll
f9e02d250e Fixed infinite loop 2009-01-14 11:13:31 -05:00
Justin Driscoll
541399b676 Merged changes 2009-01-14 11:10:14 -05:00
Justin Driscoll
75d39a88a1 Renamed IKModel to IMageModel 2009-01-14 11:09:17 -05:00
Justin Driscoll
82ecb3baef Renamed IKConfig inner class to IKOptions to be consistent and added ImageFile.MAXBLOCK setting 2009-01-12 12:21:12 -05:00
Justin Driscoll
8edef78bed Accessor._img is assigned only if need in _create 2009-01-10 14:08:42 -05:00
Justin Driscoll
8a0bd9c5a9 Fixed IKModel.delete file locking bug 2009-01-09 09:34:44 -05:00
Justin Driscoll
0dfabd1d7b Renamed config_module to spec_module 2009-01-09 09:07:10 -05:00
Justin Driscoll
b3541fe043 Added license 2009-01-09 08:35:24 -05:00
Justin Driscoll
e890bb8117 Fixed line length 2009-01-08 17:02:24 -05:00
Justin Driscoll
12f4af2197 Fixed changed var name 2009-01-08 16:44:35 -05:00
Justin Driscoll
bc8953a08e Fixed view_counts 2009-01-08 16:42:26 -05:00