Got it. Now when I execute: orgImg = images.Image(image_data) orgImg.rotate(0) orgImg.execute_transforms(parse_source_metadata=True) self.response.out.write(orgImg.get_original_metadata())
I do get a larger subset of EXIF data from my app when it's running on GAE server! Martin, I don't know what the timing is for *get_original_metadata* to return GPS information, but I was able to get a third-party EXIF library<http://sourceforge.net/projects/exif-py/>running on GAE last night. (and I am seeing long/lat data if it exists) I can share how I did that with you if you are interested in it short-term as a stop gap solution as *get_original_metadata *improves over time. --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/-/uuTeO20XbhkJ. 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.
