Updated import_textures (markdown)

reduz 2014-09-29 14:08:58 -07:00
parent 117b22d228
commit d4226c98e0

@ -102,8 +102,8 @@ Each of the four options described in this table together with their advantages
| 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 | <img src="images/bad.png"/>Large | <img src="images/regular.png">Small | <img src="images/good.png">Very Small | <img src="images/regular.png">Small |
| Memory Usage | <img src="images/bad.png"/>Large | <img src="images/bad.png"/>Large | <img src="images/bad.png"/>Large | <img src="images/good.png">Small |