Message from discussion
get_original_metadata working?
Received: by 10.52.90.50 with SMTP id bt18mr1297567vdb.27.1312911840711;
Tue, 09 Aug 2011 10:44:00 -0700 (PDT)
X-BeenThere: google-appengine@googlegroups.com
Received: by 10.52.73.194 with SMTP id n2ls6356674vdv.2.gmail; Tue, 09 Aug
2011 10:43:39 -0700 (PDT)
Received: by 10.52.91.134 with SMTP id ce6mr1293411vdb.13.1312911819810;
Tue, 09 Aug 2011 10:43:39 -0700 (PDT)
Received: by 10.52.91.134 with SMTP id ce6mr1293410vdb.13.1312911819798;
Tue, 09 Aug 2011 10:43:39 -0700 (PDT)
Return-Path: <mar...@ceperley.com>
Received: from mail-vx0-f173.google.com ([209.85.220.173])
by gmr-mx.google.com with ESMTPS id t2si188112vdv.2.2011.08.09.10.43.38
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 09 Aug 2011 10:43:38 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.220.173 is neither permitted nor denied by best guess record for domain of mar...@ceperley.com) client-ip=209.85.220.173;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.220.173 is neither permitted nor denied by best guess record for domain of mar...@ceperley.com) smtp.mail=mar...@ceperley.com
Received: by mail-vx0-f173.google.com with SMTP id 32so222709vxi.4
for <google-appengine@googlegroups.com>; Tue, 09 Aug 2011 10:43:38 -0700 (PDT)
Received: by 10.220.22.11 with SMTP id l11mr700668vcb.177.1312911818653;
Tue, 09 Aug 2011 10:43:38 -0700 (PDT)
Return-Path: <mar...@ceperley.com>
Received: from [192.168.1.68] (ppp-70-225-172-196.dsl.chmpil.ameritech.net [70.225.172.196])
by mx.google.com with ESMTPS id l11sm79419vcq.3.2011.08.09.10.43.37
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 09 Aug 2011 10:43:38 -0700 (PDT)
From: Martin Ceperley <mar...@ceperley.com>
Mime-Version: 1.0 (Apple Message framework v1244.3)
Content-Type: multipart/alternative; boundary="Apple-Mail=_D2DFDF10-00C9-45BD-BF63-B8D35F4A31A8"
Subject: Re: [google-appengine] get_original_metadata working?
Date: Tue, 9 Aug 2011 12:43:35 -0500
In-Reply-To: <7879578.1851.1312911133224.JavaMail.geo-discussion-forums@yqle4>
To: google-appengine@googlegroups.com
References: <E2CF74C8-3F18-4881-B758-65CE18A1D...@ceperley.com> <4404572.3319.1311636854403.JavaMail.geo-discussion-forums@yqll11> <7879578.1851.1312911133224.JavaMail.geo-discussion-forums@yqle4>
Message-Id: <2EC277A0-2367-4BEF-8DBF-1D809D4FA...@ceperley.com>
X-Mailer: Apple Mail (2.1244.3)
--Apple-Mail=_D2DFDF10-00C9-45BD-BF63-B8D35F4A31A8
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=iso-8859-1
Hi Ed,
I've been discussing this with Jose, and have made a little progress but =
still have not successfully lat/long exif data out of JPG's.
He told me that in order to get a value other than None, =
execute_transforms() must be called on the image object. So, if you have =
no transformations, you can do a rotate of 0 degrees, and then call =
execute_transforms, and then get_orginal_metadata.
With this I am simply getting the function to return this dict: =
{u'MimeType': 0, u'ImageLength': 1536, u'ImageWidth': 2048}=20
But none of the EXIF data. Let us know if you have any more luck.
-Martin
=20
On Aug 9, 2011, at 12:32 PM, Ed Estes wrote:
> Any updates on this? With App Engine 1.5.3 Pre-release being =
announced, I was hoping someone would acknowledge get_original_metadata =
was broken and was being addressed in the next release.
>=20
> --Ed
>=20
> --=20
> 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/-/VmyGIPBX85oJ.
> To post to this group, send email to =
google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to =
google-appengine+unsubscribe@googlegroups.com.
> For more options, visit this group at =
http://groups.google.com/group/google-appengine?hl=3Den.
--Apple-Mail=_D2DFDF10-00C9-45BD-BF63-B8D35F4A31A8
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=iso-8859-1
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi =
Ed,<div><br></div><div>I've been discussing this with Jose, and have =
made a little progress but still have not successfully lat/long exif =
data out of JPG's.</div><div><br></div><div>He told me that in order to =
get a value other than None, execute_transforms() must be called on the =
image object. So, if you have no transformations, you can do a rotate of =
0 degrees, and then call execute_transforms, and then =
get_orginal_metadata.</div><div><br></div><div>With this I am simply =
getting the function to return this dict: {u'MimeType': 0, =
u'ImageLength': 1536, u'ImageWidth': =
2048} </div><div><br></div><div>But none of the EXIF data. Let us =
know if you have any more =
luck.</div><div><br></div><div>-Martin</div><div> </div><div><br></di=
v><div><br><div><div>On Aug 9, 2011, at 12:32 PM, Ed Estes =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite">Any updates on this? With <a =
href=3D"https://groups.google.com/forum/#!topic/google-appengine/gi8F8lWzR=
JU">App Engine 1.5.3 Pre-release</a> being announced, I was hoping =
someone would acknowledge <b>get_original_metadata</b> was =
broken and was being addressed in the next =
release.<div><br></div><div>--Ed</div><div><br =
class=3D"webkit-block-placeholder"></div>
-- <br>
You received this message because you are subscribed to the Google =
Groups "Google App Engine" group.<br>
To view this discussion on the web visit <a =
href=3D"https://groups.google.com/d/msg/google-appengine/-/VmyGIPBX85oJ">h=
ttps://groups.google.com/d/msg/google-appengine/-/VmyGIPBX85oJ</a>.<br>=20=
To post to this group, send email to <a =
href=3D"mailto:google-appengine@googlegroups.com">google-appengine@googleg=
roups.com</a>.<br>
To unsubscribe from this group, send email to <a =
href=3D"mailto:google-appengine+unsubscribe@googlegroups.com">google-appen=
gine+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a =
href=3D"http://groups.google.com/group/google-appengine?hl=3Den">http://gr=
oups.google.com/group/google-appengine?hl=3Den</a>.<br>
</blockquote></div><br></div></body></html>=
--Apple-Mail=_D2DFDF10-00C9-45BD-BF63-B8D35F4A31A8--