From 7f188beba4d565c73192889d246a5a70d560ebaf Mon Sep 17 00:00:00 2001 From: Lucian Plesea Date: Sat, 14 Sep 2024 12:31:20 -0700 Subject: [PATCH] Update MUG.md --- doc/MUG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MUG.md b/doc/MUG.md index 473dff2..14452b7 100644 --- a/doc/MUG.md +++ b/doc/MUG.md @@ -174,7 +174,7 @@ using the GDAL create option `COMPRESS`. |Format|Data Type|Description|Usage|Lossy|Comments| | --- | --- | --- | --- | --- | --- | |[NONE](#none-compression)|All|As is, no compression|Rarely|No|Very large and very fast| -|[QB3](#qb3-compression)|Integer|Data compressed with [QB3](https://github.com/lucianpls/QB3)|Recommended|No|Small and very fast| +|[QB3](#qb3-compression)|Integer|[QB3](https://github.com/lucianpls/QB3) compression|Recommended|No|Small and very fast| |[PNG](#png-and-ppng-compression)|Byte, UInt16, Int16|Well known PNG format|Web Tiles|No|Small but very slow to create| |[PPNG](#png-and-ppng-compression)|Byte|PNG with per tile palette|Web Tiles|No|Small but very slow to create| |[ZSTD](#zstd-compression)|All|Data compressed with [ZSTD](https://github.com/facebook/zstd)|Recommended|No|Good compression, speed depends on QUALITY=[1-22]|