File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,10 @@ 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 twice the the size, the memory
40- # use jumps to 20.1MB
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
4141image_filter_scale_max 3;
4242
43- # If you think about it (mathematically), it make sense. If you take a fully filled 4MB
44- # memory block and increase it in 2-dimension (x*y) by 3x or 4MB * 3(x + y) = 36MB of
45- # possible memory will be taken.
4643```
4744
4845# What does this solve?
You can’t perform that action at this time.
0 commit comments