Mon, 15 Jun 2009 00:29:43 +0300move the uncache-del's from commands.main to Image.cleanup, and call it after rendering each image's thumbs
Tero Marttila <terom@fixme.fi> [Mon, 15 Jun 2009 00:29:43 +0300] rev 123
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 +0300auto-orientation, although no mirroring support yet
Tero Marttila <terom@fixme.fi> [Mon, 15 Jun 2009 00:23:55 +0300] rev 122
auto-orientation, although no mirroring support yet

Sun, 14 Jun 2009 23:57:50 +0300fix pyexif2/EXIFpy handlers to try different prefixes
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 23:57:50 +0300] rev 121
fix pyexif2/EXIFpy handlers to try different prefixes

Sun, 14 Jun 2009 23:43:40 +0300add new exif.py to abstract between different exif libraries, and add partially working support for pyexiv2 and EXIFpy
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 23:43:40 +0300] rev 120
add new exif.py to abstract between different exif libraries, and add partially working support for pyexiv2 and EXIFpy

Sun, 14 Jun 2009 22:59:29 +0300fix breadcrumb/title stuff
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 22:59:29 +0300] rev 119
fix breadcrumb/title stuff

Sun, 14 Jun 2009 22:52:07 +0300configuration magic - can now load configuration data from ./degal.cfg, --config, folder/degal.cfg
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 22:52:07 +0300] rev 118
configuration magic - can now load configuration data from ./degal.cfg, --config, folder/degal.cfg

Sun, 14 Jun 2009 20:05:11 +0300implement concurrency... :)
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 20:05:11 +0300] rev 117
implement concurrency... :)

Sun, 14 Jun 2009 18:24:14 +0300fix Thumbnail.size logic, s/if/elif/
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 18:24:14 +0300] rev 116
fix Thumbnail.size logic, s/if/elif/

Sun, 14 Jun 2009 18:08:55 +0300rename Image.pil_image -> Image.img, and shave off ~30ms per image by using Image.resize instead of Image.copy/Image.thumbnail
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 18:08:55 +0300] rev 115
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 18:04:53 +0300fix use of handle_error in command.py
Tero Marttila <terom@fixme.fi> [Sun, 14 Jun 2009 18:04:53 +0300] rev 114
fix use of handle_error in command.py