projects
/
Photo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
_current_filename n'existe plus avec zope-2.12. On remlace par son implémentation.
[Photo.git]
/
Photo.py
diff --git
a/Photo.py
b/Photo.py
index
2161eaf
..
86036e4
100755
(executable)
--- a/
Photo.py
+++ b/
Photo.py
@@
-19,8
+19,8
@@
#######################################################################################
""" Photo zope object
#######################################################################################
""" Photo zope object
-$Id: Photo.py 1281 2009-08-13 10:44:40Z pin $
-$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/Photo.py $
+
+
"""
from Globals import InitializeClass, DTMLFile
"""
from Globals import InitializeClass, DTMLFile
@@
-194,7
+194,7
@@
class Photo(Image, TileSupport, Metadata):
def _rotateOrFlip(self, im) :
orientation = self.tiffOrientation()
def _rotateOrFlip(self, im) :
orientation = self.tiffOrientation()
- rotation, flip = TIFF_ORIENTATIONS
[orientation]
+ rotation, flip = TIFF_ORIENTATIONS
.get(orientation, (0, False))
if rotation :
im = im.rotate(-rotation)
if flip :
if rotation :
im = im.rotate(-rotation)
if flip :