Skip to content

Commit 5def0a0

Browse files
authored
Update README.md
1 parent 6e97de0 commit 5def0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ image_filter_water_pos [ top-left | top-right | center | bottom-left | bottom-ri
3636
# becareful not to set this too high or it will use too much memory.
3737
#
3838
# 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
39+
# when loaded; but when resampled to twice (2x) of image size, the memory use jumps to 20.1MB
4040
# Mathematically make sense: 4MB * 2(Dimensions xy) = 4MB * 2 * 2 = 16MB (new) + 4MB (original) = 20MB
4141
image_filter_scale_max 3;
4242

0 commit comments

Comments
 (0)