Questions tagged [picasa]

Picasa and Picasa Web Albums are both discontinued image organizers and image viewers. They were free to use, only a registered Google user was needed (Gmail or Google Apps). It let you manage pictures, categorize, tag and edit them and could synchronize them between the offline and online locations.

Picasa and Picasa Web Albums are both discontinued image organizers and image viewers. They were free to use, only a registered Google user was needed (Gmail or Google Apps). It let you manage pictures, categorize, tag and edit them and could synchronize them between the offline and online locations.

421 questions
4
votes
4 answers

Pictures not showing up in site hosted by GitHub

I have a website hosted by Github and I am having issues with displaying pictures. I recently tried to upload new pictures but despite the path being right, the page fails to load the images and gives a 404 error in the source as it tries to find…
thateurokid23
  • 47
  • 1
  • 2
  • 10
4
votes
3 answers

How can I integrate the Picasa API into my iPhone application?

I have tried to integrate the Picasa API on iPhone, compiles fine, but I am seeing the following error on launch. dyld: Library not loaded: @loader_path/../Frameworks/GData.framework/Versions/A/GData Referenced from:…
BlueDolphin
  • 9,765
  • 20
  • 59
  • 74
4
votes
2 answers

How to reverse a RectangleF to a Picasa face hash

Here are the details for what Picasa stores as a hash. It stores them like this: faces=rect64(54391dc9b6a76c2b),4cd643f64b715489 [DSC_2289.jpg] faces=rect64(1680000a5c26c82),76bc8d8d518750bc Info on the web says this: The number encased in rect64()…
esac
  • 24,099
  • 38
  • 122
  • 179
4
votes
1 answer

Accessing older photos using the Picasa API

Is it possible to get a list of photos from Picasa (or Google Plus that still uses the Picasa API) that are older than a certain date? I would like to get all photos from today a year ago from a large album, the "InstantUpload" album. These are the…
Benno Richters
  • 15,378
  • 14
  • 42
  • 45
4
votes
1 answer

Export faces from Picasa

Is there any way to export croped detected faces images from normal images in Picasa? Is there any way to export similar person not naming them(like person1 and person2 etc. and maybe with probabilities)? Is there any way to detect only one person…
mrgloom
  • 20,061
  • 36
  • 171
  • 301
4
votes
1 answer

List recreated album names that were previously deleted

Background I would like to list all the albums for my account that match a given name. Problem After deleting an album, then recreating an album with the exact same name, the code for $albumQuery->setAlbumName( ... ) to find the album name fails…
Dave Jarvis
  • 30,436
  • 41
  • 178
  • 315
4
votes
2 answers

Smaller Images from Picasa

Does anyone know if there is a way to get a list of all of the image sizes that picasa is hosting? I've been using google's gdata java library for picasa, and I'm able to get a list of thumbnails ranging in size (3 in all of the cases that I've…
Scott A Miller
  • 696
  • 5
  • 9
4
votes
2 answers

Rails Photo Gallery Plugin for 3rd Party Hosting on Flickr or Picasa

I don't want to store photos on the server. I'd prefer to use picasa or flickr, etc. I'm wondering what solutions are popular and work well. I've found: http://code.google.com/p/picasaonrails/ http://code.google.com/p/loupe/ Has anyone tried…
Rob
  • 4,093
  • 5
  • 44
  • 54
4
votes
3 answers

Commercial use of Google API

This question maybe a better fit on The Business of Software forum but despite my post on there, I'm still unable to determine the following: Can I use the Google API to build commercial software? If not how can the people behind Byline charge for…
3
votes
1 answer

Share Picasa images to my Android app

I've created an app that can upload images from my phone (Samsung Galaxy S2) to my server, using "Share via"... when viewing the image in the Android Gallery. However, my app does not show up as an alternative in the "share via"-menu for…
boffman
  • 433
  • 1
  • 5
  • 13
3
votes
1 answer

How to pass a single Image with Intent which uses content uri (_not_ file uri) in Android

(I have read a lot of similar questions, but bear with me here) I need to send an image from one Activity (custom camera acitvity), where the second Activity is to upload the image to Picasa Web Album via Google API. Every example I've found goes…
kjartan
  • 43
  • 6
3
votes
2 answers

how often do Google auth tokens expire on Android? (or: how not to bother Grandma)

I'm writing a picture frame app for my grandma on Android that will update automatically with pictures from her Picasa album. (Not that she knows what Picasa is.) The app will log in to Picasa automatically using her registered Google account. (Not…
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
3
votes
2 answers

Creating new album in picasa in .NET

I am trying to post an album to picasa, but always get "bad request" response. Should I use HttpRequest class instead? System.Net.WebClient wc = new System.Net.WebClient(); wc.Headers.Add("Authorization", "AuthSub token=\"" + token +…
aikixd
  • 506
  • 5
  • 16
3
votes
1 answer

How to retrieve a picasa photo using Google api in Python

I am trying to retrieve a photo (the .jpg file) from a Picasa album using the gdata Google API. However I did not find any method which does it, even though it is possible to upload a photo using methods like InsertPhoto and InsertPhotoSimple. I…
Tsf
  • 1,339
  • 5
  • 17
  • 29
3
votes
2 answers

How do I retrieve the Picasa id/URL of an image from the gallery

I have an activity that retrieves images from the device's gallery and uploads to a service. Now, for optimisation purposes, I would like to avoid uploading images that are on Picasa an just store their ID or URL for later retrieval. So my question…
oviroa
  • 1,079
  • 2
  • 12
  • 29