I'm glad that's working. FYI using imgmax=d will produce the original media size, but will also set Content-Disposition headers when you try to fetch the actual image bytes that will force a download (the browser will pop up with a "Save as...") because that is the download option.
Thank you, -MErickson On Tue, Dec 20, 2011 at 3:22 PM, Ivin Basil Roy <[email protected]>wrote: > Thanks a lot Mike and everyone. > I am getting original image media:content url,width and height > information while using > https://picasaweb.google.com/data/feed/api/user/u.serID/album/albumid?imgmax=d > . query. > This is more than sufficient for me. :) > > Thanking You, > Best Regards, > Ivin > > > On Tue, Dec 20, 2011 at 4:53 AM, Mike Erickson <[email protected]>wrote: > >> You appear to be mostly correct in your assumptions about the >> modification of these photo URLs. I would STRONGLY discourage modifying >> those URLs directly, and instead encourage you to use the query params >> provided for the image sizes: >> >> http://code.google.com/apis/picasaweb/docs/2.0/reference.html#Parameters >> >> The brief story is that setting imgmax=1600 will return the large images >> that used to be returned in the media:content element. You can also set a >> comma-separated list of thumbsize= params, such as thumbsize=144,1024 to >> get a set of thumbnails sized as needed. >> >> There is a known issue on exists code that returns the wrong size in the >> media:content element when there is no imgmax size set. The image being >> returned from that URL is defaulted to 512, but the width/height are not >> right at this time. I'm sorry for that bug, but I have a fix and should >> have it out tonight or tomorrow, I hope. >> >> I hope this helps. Please respond with follow-up questions. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Picasa Web Albums API" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-picasa-data-api/-/0EnhgepT60gJ. >> >> 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-picasa-data-api?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > 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-picasa-data-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. 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-picasa-data-api?hl=en.
