##Introduction
This gallery module enables bulk upload of images, and displays them using the
jQuery plugin PrettyPhoto. It will by default try to import photographic
metadata, including geographic location. A map can then be displayed along with
the images from the photographic template.
Forked from https://github.com/OpticBlaze/ss3Gallery and adapted to use other
modules from Web of Talent to aid rendering.
##Installation
composer require weboftalent/ss3gallery
##Usage
###Uploading Images
###Editing Images
For showing the main point of interest in an image, it is highly recommended to
install the Focus Point module (composer require jonom/focuspoint
). Below is
an example of editing an image so the main area of interest, the head of the
statue, is not cropped out.
![Automatically cropped image of the statue, around it's centre. The head is all
but missing.]
(https://raw.githubusercontent.com/gordonbanderson/ss3gallery/master/screenshots/crop001.png
"Automatically cropped image of the statue, around it's centre. The head is all
but missing.")
![Edit the focus point, in the case the face of the statue]
(https://raw.githubusercontent.com/gordonbanderson/ss3gallery/master/screenshots/crop002.png
"Edit the focus point, in the case the face of the statue")
![Same image but with it's focus point now on the face of the statue]
(https://raw.githubusercontent.com/gordonbanderson/ss3gallery/master/screenshots/crop003.png
"Same image but with it's focus point now on the face of the statue")
##Templating
###Maps
When rendering a GalleryPage simply have $Map
in your template.
##Extensions
###MapExtension (Enabled by default)
Images can have their location edited, and also imported if the GPS coordinates
are present in the EXIF data.
To remove this functionality add the following to mysite/_config.php
GalleryImage::remove_extension('MapExtension')
###ImageMetaDataExtension (Enabled by default)
Creates fields for a number of photographic metadata fields such as aperture,
shutterspeed and film speed. Also imports EXIF data when an image is written
to the database and EXIF data has not previously been read.
###LatestGalleryImagesExtension (Enabled by default)
This simply adds a template method allowing one to get the latest N images from
the database. This might be of use for say a 'Newest Images' widget.
###AttachedGalleryExtension
This optional extension allows one to attach a GalleryPage to an existing page
type and render it inline. One can add GalleryPages in 1 of 2 manners:
<% include InlineGalleries %>
where you want to the images to appear.##Requirements
All of these are automatically installed by Composer.
Optionally:
##TODO
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem