degal/image.py
Wed, 01 Jul 2009 20:40:00 +0300 Tero Marttila move .config from filesystem to gallery/folder/image, rename degal_dir to app_dir
Mon, 15 Jun 2009 02:58:30 +0300 Tero Marttila fix Image.cleanup to not do AttributeErrors
Mon, 15 Jun 2009 01:36:58 +0300 Tero Marttila fix rotated size of auto-oriented thumbnails, and throw some code at mirroring - untested
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 23:43:40 +0300 Tero Marttila add new exif.py to abstract between different exif libraries, and add partially working support for pyexiv2 and EXIFpy
Sun, 14 Jun 2009 22:52:07 +0300 Tero Marttila configuration magic - can now load configuration data from ./degal.cfg, --config, folder/degal.cfg
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
Sun, 14 Jun 2009 16:34:40 +0300 Tero Marttila make loading exif metadata optional
Thu, 11 Jun 2009 21:40:12 +0300 Tero Marttila change Image.update to unconditionally update the thumb/preview
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
Fri, 05 Jun 2009 23:59:14 +0300 Tero Marttila misc. fixes, it runs now, but HTML output is corrupt (no flattening)
Fri, 05 Jun 2009 23:42:03 +0300 Tero Marttila misc. fixes
Fri, 05 Jun 2009 23:05:11 +0300 Tero Marttila remove old Folder, Image code, wrap up both
Fri, 05 Jun 2009 19:30:15 +0300 Tero Marttila start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff
Wed, 03 Jun 2009 19:23:10 +0300 Tero Marttila strip copyright/license boilerplate from modules, except dexif and formatbytes use-distutils
Wed, 03 Jun 2009 19:03:28 +0300 Tero Marttila reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now use-distutils