#
# $Id: gifmaprc.in,v 1.2 1997/03/09 21:01:23 bfriesen Exp $
#
# Sample .gifmaprc file.
# Copy to $HOME/.gifmaprc and edit.
#

#
# Navigation Icon Paths and URLs
# Specify the path and file name for the navigation icons.
# !!!MUST EDIT!!!
#
$opt_rootpath	= '/';	# Directory Path to top of html tree
				# Needed to determine relative paths to images
$opt_rootpath_vms = 'axp1:[www';	# Directory Path to top of html tree
$opt_prefixpath	= ''; # Path or URL to prepend to root URL
				# Not used if local relative paths used
$opt_iconpath	= 'images/gifmap';
                                # Relative path under rootpath / prefixpath
$opt_iconpath_vms = 'images.gifmap]';
#
# Server-side imagemap settings
# !!!MAY NEED TO EDIT!!!
# 
$opt_htimage='/$mapimage'; # Base URL to server-side imagemap CGI
			#  On some systems this is  /cgi-bin/imagemap
			#  Set to '' to use a ".map" URL with relative URLs 
			#                        (latest NCSA & Apache)
$opt_maptype='cern'; # Maptype must be "cern" or "ncsa". If you are using
			# Apache, specify "ncsa". Case *is* significant


# General options
$opt_verbose=1;			# Verbose flag (default off)

#				
# ImageMagick Montage settings
#
$opt_columns	= 6;		# Max number of columns in montage grid
$opt_rows	= 6;		# Max number of rows in montage grid
$opt_thumbfont	= '6x10';	# Font used for thumbnails
$opt_thumbgeom	= '116x88';	# Size of thumbnail images (width x height)
$opt_maxgif	= 100000;	# Maximum GIF imagemap size before trying JPEG

# Extra Montage flags (and suggestions)...
#  Normal Default  (labled images)
#$opt_montageflags='+frame +shadow -gravity South -label \"%f\n%wx%h %bKb\"';
#
#  Framed version
#$opt_montageflags='+label +shadow -gravity South -label \'%f\n%wx%h %bKb\'';
#
# Simple Framed images without lables (thin frames)
#$opt_montageflags = "+label +shadow -borderwidth 2";
#
#  No lables frame shadow etc... Just the images
#$opt_montageflags = "+frame +label +shadow -gravity Center";
#
# Uncomment to try and preserve transparency of individual images.
# This is good for transparent icons and images but not so hot for
# images that don't have transparency.
#$opt_montageflags .= " -compose over";
#
# Uncomment to make tile as small as posible 
# Only use this for directories of small images and without lables
#$opt_thumbgeom  = '';

1;

