Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen authored Sep 8, 2024
1 parent 82e0743 commit a449591
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ image_filter_water_pos [ top-left | top-right | center | bottom-left | bottom-ri
# optional scale max ratio, default 1
# becareful not to set this too high or it will use too much memory.
#
# For example a 200KB JPEG file (1024x768) will take up 4MB of memory
# For example (during testing) a 200KB JPEG file (1024x768) will take up 4MB of memory
# when loaded; but when resampled to twice the the size, the memory
# use jumps to 20.1MB
image_filter_scale_max 3;

# If you think about it (mathematically), it make sense. If you take a fully filled 4MB
# memory block and increase it in 2-dimension (x*y) by 3x or 4MB * 3(x + y) = 36MB of
# possible memory will be taken.
```

# What does this solve?
Expand Down

0 comments on commit a449591

Please sign in to comment.