Skip to content

Commit

Permalink
Update MUG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianpls committed Sep 14, 2024
1 parent e8c286d commit 7f188be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/MUG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]|
Expand Down

0 comments on commit 7f188be

Please sign in to comment.