vote up 1 vote down star
1

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?

flag

76% accept rate

1 Answer

vote up 1 vote down

To me it looks like there is no 'database' per se.

There is a file that lists the folders picasa 'watches', for vista it is in C:\Users\\AppData\Local\Google\Picasa2Albums\ and for XP in C:\Documents and Settings\\Local Settings\application data\google\Picasa2Albums\

Inside the watched folders there are .picasa.ini and picasa.ini files that store some data.

All of these files are human readable, so they should be parseable pretty easily.

Any modern image library should be able to parse the IPTC data (in python try "from PIL import IptcImagePlugin")

More info

How tags etc. are stored in picasa

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.