Creates professional styled photobook pages based on templates. Just put your images into the input folder, and run the script to create some layouts to choose between.
Example output:
- Copy to a folder, such as /home/bin/photobook_maker.
- Make sure that makepage.rb has execute permission (
chmod +x makepage.rb
). - Have inkscape and ruby-dev installed.
- Place the input images for a page into the "input-photos" folder.
- Click on
makepage.rb
.
- Copy your photos for the page into it's own folder, such as "page1images".
- Run (from the same directory as the project):
ruby makepage.rb page1images
The pages/
directory has all the pages produced by the script.
It randomly orders the input images, and inserts them into all of the templates, and generates .png copies so that the templates can be easily reviewed.
Whichever one you like the best you can edit further in Inkscape via the SVG file, and delete the others.
You can rerun the script to produce the pages with the images in a different random order.