Lazygal静态Web相册生成器
Lazygal 是一个用 Python 开发的静态 Web 相册生成工具,基于命令行。使用可重用的引擎,只在需要的时候重新生成更改的内容。支持很多有趣的特性,包括子相册、EXIF、主题、自定义文件夹元数据。
要求:
- Python >= 2.6.
- Python imaging library (PIL) >= 1.1.6.
- GExiv2 >= 0.5 (to have GObject introspection) which provides Python binding to exiv2, a library to access image metadata.
- Genshi >= 0.5, a Python toolkit for generation of output for the web.
- Python GStreamer and associated plugins for video transcoding.
使用方法很简单:
$ cd /var/www/album
$ lazygal ~/pics
评论