Hello,

Are you requesting larger sizes than the default? You would use imgmax=1600

Does that work for you?


On Fri, Oct 11, 2013 at 1:00 PM, renjith ravindran <renjith7...@gmail.com>wrote:

> I have tried this.But it always shows cropped images.
>
> for (AlbumEntry myAlbum : myUserFeed.getAlbumEntries()) {
>  AlbumFeed feed = myAlbum.getFeed();
>  for(PhotoEntry photo : feed.getPhotoEntries()) {
>     System.out.println(photo.getMediaContents().get(0).getWidth()+"
>  "+photo.getMediaContents().get(0).getHeight());
>  }
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Picasa Web Albums API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-picasa-data-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-picasa-data-api@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-picasa-data-api.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-picasa-data-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-picasa-data-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to