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.
31 lines
769 B
31 lines
769 B
#Default Properties File
|
|
#Image Tools version: ${project.version}
|
|
version=${project.version}
|
|
|
|
#Default App Settings
|
|
app.timed=true
|
|
app.log.debug=true
|
|
app.log.info=true
|
|
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.dhash.use=true
|
|
image.dhash.weight=0.85
|
|
image.dhash.precision=8
|
|
#set to false if hashing images is taking too long
|
|
image.phash.use=true
|
|
image.phash.weight=1.0
|
|
image.phash.precision=16
|
|
|
|
#Default Thumbnail Settings
|
|
#Directory where to store thumbnails
|
|
thumbnail.directory=./cache/thumbnails/
|
|
#Size of the thumbnail to generate and store
|
|
thumbnail.size=128
|