12 Commits (0fcad44e4e7a417a1e5f4562f86d185f78e82ccd)

Author SHA1 Message Date
Drew Short 0fcad44e4e Started work on database integration. Cleaned up caching of thumbnails and improved performance of the thumb path method. 11 years ago
Drew Short 929eb4ca3d Partial fix for nulls during thumbnail caching. 11 years ago
Drew Short 3a8ff629a0 Added thumbnail generation and added the cache folder to the ignore list 11 years ago
Drew Short 8500f0559a Changed over to logback from log4j. Added new minimum logging configurations. Remove log4j configurations and references. 11 years ago
Drew Short 47606ba4a0 Added a recursive option. Added some information and changed the api of the Engine class. 11 years ago
Drew Short 17688dcb17 Added some additional logging at the INFO level. Fixed the default Log4J.properties file to only output INFO and above to the console. 11 years ago
Drew Short e7a971ce2e Added a similarImages class, updated some hashing methods 11 years ago
Drew Short dd0bccc81e Added MD5 hashing to HashService and ImageHashDTO. Added tests against MD5 hashes. Added library for digests and hashing. Added Engine and test against Engine 11 years ago
Drew Short 67aee43791 Moved samples out so they don't get packaged. Updated test location information. Commented out some debugging as it is a bit overboard now that the original issue is fixed. Modified the gitignore to avoid rolling log files. 11 years ago
Drew Short 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests 11 years ago
Drew Short 24a1b32bad Started work on hashing and added a sample image for testing. First new unit test is broken due to array indexing issues. Configured the pom further for testing configuration. Added a few properties to support different levels or precision depending on the hash. 11 years ago
Drew Short b04be2e73b Added image service to handle getting image data, converting image data, and special processing of image data. Also added some Logging mixin's to classes 11 years ago