zoph: export

Zoph Exporter

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 Simple Exporter

The export script contains a very simple built-in gallery generator.

Simple Export

This gallery was generated using the following command:

zophExport.pl --dir Simple\ Export/ --format zoph

The Album Exporter

Zoph can export photos in a format compatible with the album program.

Album Export

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.

The BINS Exporter

Zoph can export photos in a format compatible with the BINS program.

BINS Export

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.


SourceForge.net Logo Zoph, (c) 2002, 2003, Jason Geiger