diff -r 292aaba6d6ec -r 31c4a328ef96 degal/thumbnail.py --- a/degal/thumbnail.py Mon Jun 15 00:23:55 2009 +0300 +++ b/degal/thumbnail.py Mon Jun 15 00:29:43 2009 +0300 @@ -63,7 +63,8 @@ height = thumb_height return width, height - + + ## operations def resize (self, img) : """ Resize the give image as needed. @@ -80,7 +81,7 @@ mirroring, rotation = orient_info if mirroring : - # XXX + # XXX: does anyone actually use this? pass if rotation :