pyAlbum.py - Python Album Generator
Hello people, I recently updated one of my Python scripts -- pyAlbum.py This is a simple, command-line based, lightweight Python script to create an image album. Of course, there are plenty of image album creation tools -- a lot of them are very good. But, I wanted something very simple, something that doesn't scare the user with too many options. The final album should be clean -- something like what Zope's Image object offers. Here are some of the features of the script: + Thumbnail creation (using a scaling factor that the user enters) + Image creation for the HTML of individual images (again using a scaling factor that the user enters) + The album Index file includes dimensions and file size of each image + The script generates a single CSS -- this makes changing the style very simple + The script runs on the command-line, and does not require any server-side processing Other requirements: + Python Imaging Library (http://www.pythonware.com/products/daily) So, the idea of the script is -- Keep It As Simple As Possible You can see a sample of an album created using this script at http://www.premshree.resource-locator.com/python/pyAlbum/sample/index.htm Oh, and the script itself is available at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/271246 I hope it's useful. Sincerely, Premshree Pillai ________________________________________________________________________ Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. Go to: http://in.insurance.yahoo.com/licspecial/index.html
participants (1)
-
Premshree Pillai