1 # Location of the image albums (an album is a directory of images 2 # so this is a directory of directories of imaages) 3 BASEDIR = /home/blong/images 4 5 # Full Path to the CS template file used for display 6 Template=/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 10 ThumbWidth = 120 11 ThumbHeight = 90 12 PictureWidth = 600 13 PictureHeight = 450 14 15 # Number of thumbnails to show per page 16 PerPage = 50 17 18 # Assumed browser width for album show 19 PageWidth = 640 20 21 # Image Server Title 22 Title = My Pictures 23