degal/thumbnail.py
Mon, 15 Jun 2009 00:29:43 +0300 Tero Marttila move the uncache-del's from commands.main to Image.cleanup, and call it after rendering each image's thumbs
Mon, 15 Jun 2009 00:23:55 +0300 Tero Marttila auto-orientation, although no mirroring support yet
Sun, 14 Jun 2009 18:24:14 +0300 Tero Marttila fix Thumbnail.size logic, s/if/elif/
Sun, 14 Jun 2009 18:08:55 +0300 Tero Marttila rename Image.pil_image -> Image.img, and shave off ~30ms per image by using Image.resize instead of Image.copy/Image.thumbnail
Thu, 11 Jun 2009 21:50:48 +0300 Tero Marttila fix Thumbnail.stale/File.older_than behaviour
Thu, 11 Jun 2009 00:36:19 +0300 Tero Marttila move thumbnail rendering from render.py to thumbnail.py, and implement staleness checking for Images, plus index_images for Folder