16 messages in com.googlegroups.google-picasa-data-apiRe: how to actually display full size...
FromSent OnAttachments
TakT12 Apr 2007 14:36 
Sven12 Apr 2007 15:47 
DOH16 Apr 2007 17:51 
Timothy.Broder17 Apr 2007 11:46 
DOH17 Apr 2007 12:34 
Sven18 Apr 2007 09:20 
DOH19 Apr 2007 12:29 
Sven19 Apr 2007 13:36 
DOH19 Apr 2007 13:48 
Sven02 May 2007 11:41 
Jurgen08 May 2007 02:24 
robl...@gmail.com08 May 2007 10:11 
Sven08 May 2007 11:55 
redsweater08 May 2007 16:46 
Sven09 May 2007 10:29 
redsweater09 May 2007 14:41 
Subject:Re: how to actually display full size picture from picasa in browser
From:Jurgen (jurg@gmail.com)
Date:05/08/2007 02:24:11 AM
List:com.googlegroups.google-picasa-data-api

Thanks for the information.

I'll continue watching this thread to see some news about it.

On 2 mei, 20:41, Sven <s.@google.com> wrote:

On 27/04/07, Jurgen <jurg@gmail.com> wrote:

Is there already an ETA on the programmer friendly link in the feeds to download the full image?

No ETA. We'll announce details here when we get them. I understand this is a huge need though and we realize it is a deficiency in the current api.

On Apr 13, 12:47 am, Sven <s.@google.com> wrote:

Hi TakT,

Currently you cannot display a full size photo in a browser through picasa, you have to send the user to picasa to show them the photos. The largest embeddable size is currently 800 pixels, the easiest way to get this right now is to go tohttp://picasaweb.google.com, navigate to a photo, and choose "link to this photo" from the sidebar. We're working on making this easier to do through the API, with a programmer-friendly version of "link to this photo", stay tuned!

On 12/04/07, TakT <tkat@gmail.com> wrote:

How to actually display full size picture from picasa?

When I create an url from here:

<media:content url=" http://lh4.google.com/image/xxxxxx/yyy/AAAAAAAABnw/ d1AI4HjRvZ4/P1040239.JPG" type="image/jpeg" medium="image" />

like

<img src="http://lh4.google.com/image/xxxxxx/yyy/AAAAAAAABnw/ d1AI4HjRvZ4/P1040239.JPG">

browser does not show anything, but from here:

<media:thumbnail url=" http://lh4.google.com/image/xxxx/yyy/AAAAAAAABnw/ d1AI4HjRvZ4/P1040239.JPG?imgmax=288" height="216" width="288" />

it works...

Thank you!