Skip to content

Commit 6e97de0

Browse files
authored
Update README.md
1 parent 50b2d76 commit 6e97de0

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
@@ -37,7 +37,7 @@ image_filter_water_pos [ top-left | top-right | center | bottom-left | bottom-ri
3737
#
3838
# For example (during testing) a 200KB JPEG file (1024x768) will take up 4MB of memory
3939
# 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
40+
# Mathematically make sense: 4MB * 2(Dimensions xy) = 4MB * 2 * 2 = 16MB (new) + 4MB (original) = 20MB
4141
image_filter_scale_max 3;
4242

4343
```

0 commit comments

Comments
 (0)