Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Slideshow module (for images).

Slideshow module (for images): Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
The slideshow module was a pragmatic development in response to requests from teachers who wanted to display sets of digital photographs in our VLE but (quite reasonably IMO) were unable or unwilling to learn “image processing for the web”. In fact it now works with gif’s and png’s as well as jpg’s. It isn’t intended to offer sophisticated image management or manipulation, just simplicity and ease of use. The module generates thumbnails and will resize images that exceed size limits, which are configurable site-wide by admin in the usual way ( admin > modules > slideshow settings ). Optional captions are stored with the thumbnails in XML format.
The slideshow module was a pragmatic development in response to requests from teachers who wanted to display sets of digital photographs in our VLE but (quite reasonably IMO) were unable or unwilling to learn “image processing for the web”. In fact it now works with gif’s and png’s as well as jpg’s. It isn’t intended to offer sophisticated image management or manipulation, just simplicity and ease of use.  


Click on the thumbnails to navigate between the images, or on the main picture to progress through the images one by one.
The module generates thumbnails and will resize images that exceed size limits, which are configurable site-wide by admin in the usual way ( admin > modules > slideshow settings ). Optional captions are stored with the thumbnails in XML format. Click on the thumbnails to navigate between the images, or on the main picture to progress through the images one by one.
 
The module needs GD to be enabled, probably GD2 in fact, and so far I have had it working on 1.5.2, 1,5,3 and 1.6beta using both database and server platforms with various different releases of PHP, and I believe others have managed to get it working elsewhere. Installing it is about as straightforward as it could be, the files all go in $dirroot/mod/slideshow and it creates a table for itself in the database.

Revision as of 15:46, 25 May 2006

The slideshow module was a pragmatic development in response to requests from teachers who wanted to display sets of digital photographs in our VLE but (quite reasonably IMO) were unable or unwilling to learn “image processing for the web”. In fact it now works with gif’s and png’s as well as jpg’s. It isn’t intended to offer sophisticated image management or manipulation, just simplicity and ease of use.

The module generates thumbnails and will resize images that exceed size limits, which are configurable site-wide by admin in the usual way ( admin > modules > slideshow settings ). Optional captions are stored with the thumbnails in XML format. Click on the thumbnails to navigate between the images, or on the main picture to progress through the images one by one.