Browse Source
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.
master
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.
master
Drew Short
11 years ago
12 changed files with 67 additions and 29 deletions
-
6.gitignore
-
BINsample/sample_01_large.jpg
-
BINsample/sample_01_medium.jpg
-
BINsample/sample_01_small.jpg
-
3src/main/resources/default.properties
-
3src/main/scala/com/sothr/imagetools/hash/DHash.scala
-
23src/main/scala/com/sothr/imagetools/hash/HashService.scala
-
8src/main/scala/com/sothr/imagetools/image/ImageService.scala
-
3src/main/scala/com/sothr/imagetools/util/PropertiesEnum.scala
-
3src/test/resources/default.properties
-
6src/test/scala/com/sothr/imagetools/TestParams.scala
-
41src/test/scala/com/sothr/imagetools/hash/HashServiceTest.scala
After Width: 3648 | Height: 2736 | Size: 5.0 MiB |
After Width: 1824 | Height: 1368 | Size: 1.5 MiB |
After Width: 912 | Height: 684 | Size: 519 KiB |
@ -1,7 +1,7 @@ |
|||
package com.sothr.imagetools |
|||
|
|||
object TestParams { |
|||
val LargeSampleImage1 = "target/sample/sample_01_large.jpg" |
|||
val MediumSampleImage1 = "target/sample/sample_01_medium.jpg" |
|||
val SmallSampleImage1 = "target/sample/sample_01_small.jpg" |
|||
val LargeSampleImage1 = "sample/sample_01_large.jpg" |
|||
val MediumSampleImage1 = "sample/sample_01_medium.jpg" |
|||
val SmallSampleImage1 = "sample/sample_01_small.jpg" |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue