[14 total ]
F-Spot is a full-featured personal photo management application for the GNOME desktop (http://www.gnome.org/).
F-Spot simplifies digital photography by providing intuitive tools to help you share, touch-up, find and organize your images.
imgSeek is a photo collection manager and viewer with content-based search and many other features. The query is expressed either as a rough sketch painted by the user or as another image you supply (or an image in your collection). The searching algorithm makes use of multiresolution wavelet decomposition of the query and database images.
kPicasa Gallery PHP4MOD is a Wordpress Plugin which displays your Picasa Web Galleries in a post or in a page.
You can either choose Lightbox or Highslide to view your images. Pagination, thumbnail configuration and some more features are
... [More]
available.
Please note that the major codebase is done by Guillaume Hébert and is derived from his great kPicasa Gallery Plugin. I have done the port to PHP4 plus some additional features. [Less]
Gini Monara is a multimedia content management system which also provides enhanced multimedia metadata file specifications. Currently in alpha status and supports video and images.
I wanted an easy way to get any random image from my Picasa Web public gallery onto my Web page, so I built this. It uses the RSS feeds provided by Google to first find all of the public albums. Then it finds all photos within the albums it finds.
... [More]
Basic information about each photo and album is then stored in the local database to make retrieval a bit faster. The local database can easily be refreshed when needed from the Django administration utility.
InstallationI don't have a packaged release for django-picasa yet, so you'll have to stick with an SVN version.
svn co http://django-picasa.googlecode.com/svn/trunk/picasaPut the contents of that directory somewhere on your PYTHONPATH, and you should be good to go. To verify your installation, try the following command:
python -c "import picasa"If that doesn't display any errors (or output at all), then your installation worked. If it spits out an ImportError, something went wrong.
Next, in your settings.py file, just add 'picasa' to your INSTALLED_APPS list, specify the gallery (or galleries) to use by specifying something like PICASA_USERS = ['mypicasausername'] in settings.py, and run ./manage.py syncdb to install the required tables. As soon as that is done, log into your site's administration panel and enter either the Picasa Albums or Picasa Photos section and click the "Refresh database" button/link. If this link is not available (you might need to install JQuery in a special place...), try going to /admin/picasa/update/.
UsageIn the template that you would like the random image to be displayed in, make sure you have {% load picasa_tags %} somewhere (most likely near the top of your template). Then you may use the {% random_picasa_photo %} template tag to insert your image.
If you're looking for some "fancy" effects, you can use the random_picasa_photo.js file that comes with django-picasa. You may find it at picasa/templates/picasa/random_picasa_photo.js. In it, I employ JQuery to change the random image every so often, fading images in and out in the process. All of the images are displayed using CSS. [Less]
Welcome to FoliFoli is supposed to be a gallery browser for Picasa albums. Just enter any Picasa user name and start browsing photos ... well ...
Foli is still in early development stage. Nothing to be seen yet, but will rock soon.
Promised! ;)
... [More]
Requirements Flash 9 Framework & Programming Language Papervision3D 2.0 3D Graphics picasaflashapi Picasa Access [Less]
The as3picasalib project is an ActionScript 3 interface to access Picasaweb [ bypassing crossdomain.xml ]
Picasa Flash API (PFA) is a simple and easy-to-use (ok, maybe not so simple :)) Actionscript 3.0 wrapper for the Google's Picasaweb service. With PFA you can access Picasaweb feeds within the Flash Player or Adobe AIR.
PFA handles the feed loading
... [More]
and parsing, so on the end of the "feed reading process", you have your Picasaweb data ready in a "value objects". Take it please for now as experimental (changes are reguraly commited).
With PFA it is possible to:
1. albumslist user albums list "tagged" photos in all albums search in user albums 2. photoslist photos in specified album list photos by tag in specified album 3. tagslist user tags list album tags list photo tags 4. commentslist user comments list album comments list photo comments 5. communitysearch in picasaweb community 6. funhave a lot of fun :) stay tunned for updates! Please, use svn to get the sources.
Any suggestions? Feel free to contact me (michal.gron@gmail.com). [Less]
This is a small program written in Python to download Picasa photo albums. You just have to provide the user, and then choose between the available albums which one to download. It let you download all the photos from a Picasa album, in full resolution, with one click.
It provides a PyGTK GUI and is based on the Google Picasa API.
This is not an official google project.
About PicasaPushThis is a program to comfortably manage your Google Photos, a.k.a. picasaweb. It runs on all platforms, since it's python and pyqt4 based: Install
About PicasaFSPicasaFS gives you your
... [More]
picasa images as a local file system: you can copy, move, delete, rename and more, just like with other files.
This is accomplished with FUSE+python-fuse and it's really quite nifty. (You may have seen this before, in flickrfs.)
Status2008-09-06: Added picasafs to the download list. Currently packaging PicasaPush. 2008-01-04: With the gdata.photos module out of the way, it's time for a license change from Apache to GPL 2007-12-22: Finally, the focus is wholly on PicasaPush, and the quest to make it a super-lean PicasaWeb client resumes. 2007-12-22: The gdata.photos modules in this tree are officially deprecated, since they are included in the 1.0.10 release of gdata 2007-11-30: A couple of rounds later, the work is starting to add gdata.photos to the official gdata tree. 2007-10-18: After some code kicking and screaming, the gdata.photos module is ready for scrutiny (hopefully, it will end up in the official gdata tree eventually) 2007-07-20: PicasaFS serves up your picasa images as a local file system 2007-07-19: PicasaPush can delete images and albums As of 2007-07-18, the program can create new albums and upload pictures. Nothing more. Screenshots may follow. [Less]
Download, manage your picasa photos with this command line tool written in Ruby.
Picasa Flex API is an easy way to access your images posted to Google Picasa from Flex Application. The library containing a set of Wrappers, DataProviders and Helpers allowing user to build application which can work directly with Google Data API
... [More]
feeds.
Features implemented so far: Works only with public albums Ability to get all photos by user. Ability to get list of photos by album name Ability to get list of photos by album ID Ability to get photo by ID Ability to search community photos by the search term [Less]
goofs is a userspace filesystem which aims to expose Google services such as picasa images, contacts, blogs, documents, spreadsheets, presentations, calendars, etc. It is written using the python binding for fuse together with the python gdata api.
The purpose is to manage movies using picasa as backend. Storing movies in picasa, the collection is shareable and can be accessed from any where !