picasa

Picasa Plugin

Does anyone here know any resources on how to get started writing a plugin for Google's Picasa? I love it for photo management, but I have some ideas for how it could be better. Riya-esque facial search: given a large enough corpus of faces and pictures (people tend to be repeated often in individuals' albums (family, friends), I wou...

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 in launch. dyld: Library not loaded: @loader_path/../Frameworks/GData.framework/Versions/A/GData Referenced from: /Users/jacksu/Library/Application Support/iPhone Simulator/User/Applications/9A7E3F54-022F-4771-BD6A-E458F5545144/Picas...

Why is Google's "face recognition" feature available only in Picasa WEB and not Picasa for the PC?

I friend asked me this today. Picasa Web has a cool (and frightening :-) feature where it will recognize all the faces in your photo album. But the PC (desktop) version doesn't have this. Several reasons I can think of: They just haven't gotten around to writing the PC version of the code. They are licensing that feature and it cost...

iPhone sdk Picasa Web Albums create Album

Hi all, I was wondering if anyone could provide a code example for creating an album? The feature is not implemented in the example code and I am having trouble implementing it. Here is the code that I have so far. GDataServiceGooglePhotos* service = [[GDataServiceGooglePhotos alloc] init]; [service setUserCredentialsWithUsername:@"myu...

Picasa API for C# error

My Code: foreach (PicasaEntry entryAlbuns in feedAlbuns.Entries) { AlbumAccessor ac = new AlbumAccessor(entryAlbuns); PhotoQuery photos = new PhotoQuery(PicasaQuery.CreatePicasaUri("admin@localhost", ac.AlbumTitle)); PicasaFeed feedPhotos = service.Query(photos); } When debugger step in line PicasaFeed feedPho...

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 these? Any alternative suggestions? Thanks all. ...

How do we display a photo from Picasa java API?

Okay, it seems to be a stupid question, since we have this: http://code.google.com/intl/en/apis/picasaweb/docs/2.0/developers_guide_java.html However, up to the moment, I can only succeed in displaying the thumbnails by using: PhotoEntry photo = //somehow I get the instance photo.getMediaThumbnails().get(0).getUrl() The biggest photo...

How would you query Picasa from a Google App Engine app? Data API or Url Fetch?

How would you query Picasa from a Google App Engine app? Data API or Url Fetch? What are the pros and cons of using either method? [Edit] I would like to be able to query a specific album in Picasa and list all the photos in it. Code examples to do this in python are much appreciated. ...

Picasa Custom Button Problem

I have started creating a custom button for Picasa to be able to upload some photos to a website. I followed the guidance found here. It works fine so far but now I have made a small change to the button and picasa will not refresh the button no matter what I try. Adding a link like this: <a href="picasa://importbutton/?url=http://www...

How to access the Picasa (desktop) database?

Is there any way to read the Picasa database? What is the format of the Picasa database? Are there any APIs to access the database? ...

How to upload images to picasa web album as "Web address (URL)" ??

The Web album http://picasaweb.google.com has only the option to browse images from disk. What if I do not have images/photos on disk and I don't want to download image. If I know the URL of the image, can I avoid the round-trip of downloading and then uploading back to "Picasa web album" ?? ...

How to get Album URL from picasa API?

I really don't like the Picasa feed-oriented API. Why couldn't they create rest interface? Does anyone know how I can get the URL for a particular album? For example say i got: gd_client = gdata.photos.service.PhotosService() albums = gd_client.GetUserFeed(user="[email protected]") album = albums.entry[0] What is it's url? I am looking ...

Flickr api vs. Picasa api

I'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to upload videos would be nice. These pictures will be used as part of a custom google map application. I'm more interested in the effectiv...

Connect to Picasa from Android

Hi all, I want to connect to Picasa from an Android application (without interacting with any third-party application). I tried to Google it and found no tutorial / explanation. Even in Picasa Web API site there is no explanations for Android. I will really appreciate any tutorial / sample code / instructions. Thank you. Michael. ...

Picasa access in android: PicasaUploadActivity

I am new to Android, and I'm struggling to figure out exactly what tools are available to me. I am developing for android 2.0.1 for now, just because that is what my device runs. Specifically, I am writing an app that I would like to upload images to a picasa album. I am almost sure this is supported; for example, the built in (google?...

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() is a 64-bit hexadecimal number. Break that up into four 16-bit numbers. Divide each ...

Can't get rid of vertical scroll-bar that holds thumbnails in photo gallery.

I used Picasa to create an image gallery, which is part of a website that I am creating. I can't figure out how to remove the scroll-bar (it holds thumbnails) on the side that I think is from an iframe? Here are the pages that I have to work with: The "imageset.html" code: <head> <meta http-equiv="Content-Type" content="text/html; ch...

fetching flicker/picasa pictures using javaScript

I want to add a slide show of pictures from one my photo albums from flick/picasa.Is it possible to fetch the images javascriptically on the page and then show them using jQuery(that i can do :) ) ...

Picasa problems

How can I get my albums array and photos list in the same album use gdata.framework? ...

What language is Picasa written in?

This was asked about a year ago, but never really answered. It would be great to find out what language/gui framework was used to write Google's desktop Picasa app. Any ideas? ...