We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b2d76 commit 6e97de0Copy full SHA for 6e97de0
README.md
@@ -37,7 +37,7 @@ image_filter_water_pos [ top-left | top-right | center | bottom-left | bottom-ri
37
#
38
# For example (during testing) a 200KB JPEG file (1024x768) will take up 4MB of memory
39
# when loaded; but when resampled to 2x the the size, the memory use jumps to 20.1MB
40
-# Mathematically make sense: 4MB * 2x * 2y = 4 * 2 * 2 = 16MB + 4MB (original image) = 20MB
+# Mathematically make sense: 4MB * 2(Dimensions xy) = 4MB * 2 * 2 = 16MB (new) + 4MB (original) = 20MB
41
image_filter_scale_max 3;
42
43
```
0 commit comments