You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
844 B

#Default Properties File
#Image Tools version: ${project.version}
version=${project.version}
#Default App Settings
app.timed=false
app.log.debug=false
app.log.info=false
app.log.error=true
#Default Image Settings
#images must be 90% similar
image.differenceThreshold=0.90
#control generation of hashes for new images.
image.hash.precision=64
image.ahash.use=true
image.ahash.weight=0.70
image.ahash.precision=8
image.ahash.tolerence=8
image.dhash.use=true
image.dhash.weight=0.85
image.dhash.precision=8
image.dhash.tolerence=8
#set to false if hashing images is taking too long
image.phash.use=true
image.phash.weight=1.0
image.phash.precision=32
image.phash.tolerence=8
#Default Thumbnail Settings
#Directory where to store thumbnails
thumbnail.directory=./cache/thumbnails/
#Size of the thumbnail to generate and store
thumbnail.size=128