# Configuration of the image library (included by cf/sherlock)

######## General parameters #####################################################

ImageLib {

# Default tracing level (0 to disable)
Trace			0

# Limits for image allocation
ImageMaxDim		0xffff		# Maximum width/height (at most 64k-1)
ImageMaxBytes		256M		# Maximum size in bytes

}

