var fDesc=new Array(); fDesc[0] = "jBrout is a photo manager, written in python/pygtk under the GPL licence. It's cross-platform, and has been tested on GNU/linux and windows XP/2k.

jBrout is able to :

- manage albums/photos (= folders/files)
- tag photos with IPTC keywords
- use internal exif jpeg thumbnail
- comment photos (with jpeg comment) and album (textfile in folder)
- rotate loss-less jpeg (and internal exif jpeg thumbnail)
- use EXIF info (date, size ..)
- search pictures (tags, comment, date, ...) (a flash demo)
- use plugins (to export to html/gallery, to act like a httpserver, to export pictures to be mailed, ...)
- work without database ! (just a xmlfile which can be rebuild from scratch)
- handle a lot of photos (me : more than 30000)
- export to a flickr account, to a picasaweb account
- use a basket system to pick some photos
- can be localized (now French and english version)
- create minimal exif informations for pictures without exif
- auto rotation of pictures
- share pictures to upnp/dlna devices."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }