1# Location of the image albums (an album is a directory of images
2# so this is a directory of directories of imaages)
3BASEDIR = /home/blong/images
4
5# Full Path to the CS template file used for display
6Template=/home/blong/public_html/Images/imd.cs
7
8# Scaling sizes.  imd will scale the image to be at or below this size
9# Thumb is for the thumbnails, and Picture is for individual pictures
10ThumbWidth = 120
11ThumbHeight = 90
12PictureWidth = 600
13PictureHeight = 450
14
15# Number of thumbnails to show per page
16PerPage = 50
17
18# Assumed browser width for album show
19PageWidth = 640
20
21# Image Server Title
22Title = My Pictures
23