Zoph contains a perl script that can be used to create static html galleries of photos from Zoph. Three export formats are available. I exported the photos in the demo to provide examples.
For these examples I exported every photo but you can easily export only those photos you want. See the Manual for details on usage.
The export script contains a very simple built-in gallery generator.
This gallery was generated using the following command:
zophExport.pl --dir Simple\ Export/ --format zoph
Zoph can export photos in a format compatible with the album program.
The export was created using the following command:
zophExport.pl --dir Album\ Export/ --format album
The gallery was generated using the following command:
album -index index -medium "480x360" "Album Export" -theme Maste
The Maste theme is available from the album website. I slightly modified it so that the descriptions appear below the photos.
Zoph can export photos in a format compatible with the BINS program.
The export was created using the following command:
zophExport.pl --dir BINS\ Export/ --format bins
The gallery was generated using the following command:
bins -f ~/temp/bins.xml "BINS Export.tmp" "BINS Export"
Passing a config file to BINS is optional. The only parameter set in mine was to make defaultSize 0 so that it defaults to showing small images.