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:
Matthias Schiffer 2025-01-11 02:10:00 +01:00
parent 561a1e6577
commit d7fc95c950
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -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