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 6e97de0 commit 5def0a0Copy full SHA for 5def0a0
README.md
@@ -36,7 +36,7 @@ image_filter_water_pos [ top-left | top-right | center | bottom-left | bottom-ri
36
# becareful not to set this too high or it will use too much memory.
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
+# when loaded; but when resampled to twice (2x) of image size, the memory use jumps to 20.1MB
40
# Mathematically make sense: 4MB * 2(Dimensions xy) = 4MB * 2 * 2 = 16MB (new) + 4MB (original) = 20MB
41
image_filter_scale_max 3;
42
0 commit comments