Menu

Tree [r55] /
 History

HTTPS access


File Date Author Commit
 examples 2021-02-13 henkidefix [r49] add extra flag L= for lacal album
 resources 2020-12-16 henkidefix [r47] fix photo orientation
 test 2025-03-08 henkidefix [r55] minor bug fix
 Doxyfile 2020-12-06 henkidefix [r45] add doxygen config
 Licence.txt 2017-11-12 henkidefix [r26] add licence
 albumdefault.rc 2017-01-08 henkidefix [r1] Initial commit
 history.txt 2023-07-24 henkidefix [r54] adapt to newer version of python-pillow
 pylintrc 2021-05-27 henkidefix [r51] improved unittesting
 readme.txt 2018-07-01 henkidefix [r43] detaiul change
 requirements.txt 2017-12-20 henkidefix [r31] requirements added
 screenshot.jpg 2017-08-14 henkidefix [r22] add screenshot
 webalbum.py 2023-07-24 henkidefix [r54] adapt to newer version of python-pillow

Read Me

Webalbumpy
A small python script to create a htlm album.

1. Put all photos for the album in 1 directory. "myphotos"
2. With the fotos you need 2 templates:
	indextemplate.html
	imagetemplate.html
3. inside create a subdirectory "theme"
	Note example themplates and theme are in XXX

execute:
> webalbum.py myphotos myweb

This will scan the input directory for photos
and create output directory "myweb"
- create one index.html
- create html files for every image
      using exif information to add captions.
- create thumbs in sudirectory tn
- create scaled images in subdirectory im
- If a theme directory is found in inputdir
  than copy the theme to the web directory.

And your album is ready.

Requirements:
python3
python-pillow (for image processing)

Licence: GNU General Public License (GPL),
https://www.gnu.org/licenses/gpl.html
*Henk Speksnijder 20170115, 20170802*
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.