diff --git a/import_textures.md b/import_textures.md index e5a6246..0eae604 100644 --- a/import_textures.md +++ b/import_textures.md @@ -100,8 +100,7 @@ This combo allows to change the texture format (compression in this case): Each of the four options described in this table together with their advantages and disadvantages (

=Best,

=Worst): -| | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | -| | ------------ | ----------------------- | --------------------- | ------------- | + | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | | ------------ | ----------------------- | --------------------- | ------------- | | Description | Stored as raw pixels | Stored as PNG | Stored as WebP | Stored as S3TC/BC,PVRTC/ETC, depending on platform| | Size on Disk | {{:bad.png|}}Large |

Small |

Very Small |

Small | | Memory Usage | {{:bad.png|}}Large | {{:bad.png|}}Large | {{:bad.png|}}Large |

Small |