Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
# Scale settings
|
| 7 |
+
[scale]
|
| 8 |
+
# List of available scale algorithms (e.g., down_up,linear,cubic_catrom,cubic_mitchell,cubic_bspline,lanczos,gauss,hamming,hann,box,hermite,lagrange)
|
| 9 |
+
algorithms = down_up,linear,cubic_mitchell,lanczos,gauss,box
|
| 10 |
+
# List of available scale algorithms when applying down_up
|
| 11 |
+
down_up_algorithms = linear,cubic_mitchell,lanczos,gauss,box
|
| 12 |
+
# Whether to choose a random scale algorithm each time (True or False)
|
| 13 |
+
randomize = True
|
| 14 |
+
# Factor to scale your images to (e.g., 0.25, 0.50, 0.75) (0.25 = 25%, 0.50 = 50%)
|
| 15 |
+
size_factor = 0.25
|
| 16 |
+
# Range of values for down_up (e.g., 0.5,2.0) (0.5 = 50%, 2.0 = 200%)
|
| 17 |
+
range = 0.75,1.5
|