mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-20 11:35:07 +02:00
README.md: fix size reduction estimate for WebP tiles
I accidentally measured the output size including the `processed` directory for the previous numbers.
This commit is contained in:
parent
561a1e6577
commit
d7fc95c950
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ updates more quickly.
|
||||||
### Image formats
|
### Image formats
|
||||||
|
|
||||||
MinedMap renders map tiles as PNG by default. Pass `--image-format webp` to select
|
MinedMap renders map tiles as PNG by default. Pass `--image-format webp` to select
|
||||||
WebP instead. For typical Minecraft worlds, using WebP reduces file sizes by 10-15%
|
WebP instead. For typical Minecraft worlds, using WebP reduces file sizes by 20-25%
|
||||||
without increasing processing time.
|
without increasing processing time.
|
||||||
|
|
||||||
MinedMap always uses lossless compression for tile images, regardless of the
|
MinedMap always uses lossless compression for tile images, regardless of the
|
||||||
|
|
Loading…
Add table
Reference in a new issue