2006 / pnm - The Makefile-based Photo Converter
pnm - The Makefile-based Photo Converter
pnm is a set of scripts (bash, Python and Perl) and Makefiles
that makes the life of a website owner easier by automating the process of
converting, renaming and packaging photos for the web.
Installation
- Check out current svn trunk or use the tarball below
- Symlink the config:
ln -s /path/to/pnm.conf ~/.pnmrc
- Edit pnm.conf and customize settings
- cd to your working area (default is:
~/fotos.create)
- Run "pnm oclean" to clean out output (most likely there is none) and re-create directories which are needed to output the files
- You should now be ready to go. Enjoy :)
Basic usage
- Download photos from digital camera, etc..
- Create
YYYYMMDD.albumname folder and put photos there (e.g. 20061126.mytestalbum)
- Go to the created folder and run
pnm-sanitize and/or pnm-sorttime as needed
- cd to your working area
- Type:
pnm
- You get a list of possible targets
- To create a tagfile, use
pnm tagfile albumname
- To create a package, use
pnm pkg albumname
- To clean output, use
pnm oclean albumname
Subversion repository
pnm's codebase is now managed over at Gna!.
You can access the current codebase by using Subversion:
svn co http://svn.gna.org/svn/pnm/trunk pnm (public)
svn co svn+ssh://svn.gna.org/svn/pnm/trunk pnm (developers)
Mon Dec 17 13:23:43 2007 +0100
|
|