1 List of photos (gallery.list)
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 One photo per line, tab-separated columns:
5 File name (relative to OrigDir in config)
6 Identifier (16 hex digits)
7 Orientation: one of "l", "r", "d", "."
8 Transformation -- sequence of:
14 Lines starting with "#" are ignored.
17 Photo meta-data (PhotoDir/gallery.meta or CacheDir/cache.meta)
18 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19 Perl Storable containing a single hash.
21 $meta->{photo}->{$identifier} is a hash of:
23 xf transformation applied
25 h height after scaling
26 w0, h0 width and height of original image
28 fmt photo format (png/jpg; defaults to jpg)
29 lat geographic latitude in degrees north of equator
30 lon geographic longitude in degrees east of Greenwich
31 alt geographic altitude in meters
32 t time when the photo was taken (2014-01-25 09:40:12)
34 The rest is present in cache.meta only:
36 $meta->{sequence} is an array of photo IDs as they appear in the gallery.
38 $meta->{thumb}->{$format}->{$identifier} is a hash of: