aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-03-15 09:19:22 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-03-15 09:19:22 -0500
commit8dad2978e7380cd3fc64eef6ca552ffa602caa32 (patch)
tree30b92b96d6f06536dbf1597c0d113b525730456b
parent880f396bd915ddb38504170ad9412e7db2c48fdf (diff)
downloadmediagoblin-8dad2978e7380cd3fc64eef6ca552ffa602caa32.tar.lz
mediagoblin-8dad2978e7380cd3fc64eef6ca552ffa602caa32.tar.xz
mediagoblin-8dad2978e7380cd3fc64eef6ca552ffa602caa32.zip
A more realistic "con" explaination in the docstring of exif_fix_image_orientation
Thanks to dnet for catching this. This commit sponsored by Chester Zeller. Thanks!
-rw-r--r--mediagoblin/tools/exif.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/mediagoblin/tools/exif.py b/mediagoblin/tools/exif.py
index 15dffa79..d0f9d0a6 100644
--- a/mediagoblin/tools/exif.py
+++ b/mediagoblin/tools/exif.py
@@ -50,7 +50,10 @@ def exif_fix_image_orientation(im, exif_tags):
Translate any EXIF orientation to raw orientation
Cons:
- - REDUCES IMAGE QUALITY by recompressing it
+ - Well, it changes the image, which means we'll recompress
+ it... not a problem if scaling it down already anyway. We might
+ lose some quality in recompressing if it's at the same-size
+ though
Pros:
- Prevents neck pain