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

  1. #Default Properties File
  2. #Image Tools version: ${project.version}
  3. version=${project.version}
  4. #Default App Settings
  5. app.timed=false
  6. app.log.debug=false
  7. app.log.info=false
  8. app.log.error=true
  9. #Default Image Settings
  10. #images must be 90% similar
  11. image.differenceThreshold=0.90
  12. #control generation of hashes for new images.
  13. image.hash.precision=64
  14. image.ahash.use=true
  15. image.ahash.weight=0.70
  16. image.ahash.precision=8
  17. image.ahash.tolerence=8
  18. image.dhash.use=true
  19. image.dhash.weight=0.85
  20. image.dhash.precision=8
  21. image.dhash.tolerence=8
  22. #set to false if hashing images is taking too long
  23. image.phash.use=true
  24. image.phash.weight=1.0
  25. image.phash.precision=32
  26. image.phash.tolerence=8
  27. #Default Thumbnail Settings
  28. #Directory where to store thumbnails
  29. thumbnail.directory=./cache/thumbnails/
  30. #Size of the thumbnail to generate and store
  31. thumbnail.size=128