;Option descriptions have been grouped together here.
;Do not uncomment the following lines, they are for illustration only.
;
;thumb_width_*
;   Width in pixels of thumbnails generated by the script.
;   This option is affected by the thumb_crop_* option (see below).
;
;thumb_height_*
;   Height in pixels of thumbnails generated by the script.
;   This option is affected by the thumb_crop_* option (see below).
;
;thumb_crop_*
;   By default, width and height are maximum dimensions and images will be 
;   resized, maintaining the same aspect ratio, to fit within these limits.
;   Turn force_size on to make the script crop images to the specified size.
;
;*_gallery
;   These options affect gallery pages (those that contain sub-galleries).
;
;*_album
;   These options affect album pages (those that contain only images).
;
;*_preview
;   These options affect the preview thumbnails displayed on image pages.
;
;*_image
;   These options affect full size display images and are only used if 
;   full_image_resize is on in singapore.ini

thumb_width_gallery  = 80
thumb_height_gallery = 80
thumb_crop_gallery = off
thumb_number_gallery = 10
     ;Maximum number of galleries to show on one gallery page.

thumb_width_album  = 100
thumb_height_album = 100
thumb_crop_album = off
thumb_number_album = 20
     ;Maximum number of image thumbnails to show on one album page.

thumb_width_preview  = 50
thumb_height_preview = 50
thumb_crop_preview = off
thumb_number_preview = 5
     ;Maximum number of preview thumbnails to display (including
     ;current image). An odd number is usually preferred.
     
thumb_width_image  = 700
thumb_height_image = 500