Thanks for the pointer Martin. By adding the lines of code before calling *
get_original_metadata*:
orgImg.rotate(0)
orgImg.execute_transforms()
orgImg.get_original_metadata()
I am able to get the following data EXIF data now:
{u'ImageLength': 480, u'ImageWidth': 640}
but that really doesn't help since the width/height are exposed properties
in the image class already.
If there is anything I can do to help with this, just let me know.
Thanks.
--Ed
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/oc1rbCVO-z8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.