_current_filename n'existe plus avec zope-2.12. On remlace par son implémentation.
[Photo.git] / TileSupport.py
index 905b0f4..5b777cc 100644 (file)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Tile support module
 
-$Id: TileSupport.py 1371 2009-09-10 17:58:28Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/TileSupport.py $
+
+
 """
 
 from AccessControl import ClassSecurityInfo
@@ -92,7 +92,7 @@ class TileSupport :
                f = bf.open('r')
                
                orientation = self.tiffOrientation()
-               rotation, flip = TIFF_ORIENTATIONS[orientation]
+               rotation, flip = TIFF_ORIENTATIONS.get(orientation, (0, False))
                
                if rotation and flip :
                        tf = TemporaryFile(mode='w+')