Updated Custom Textures (markdown)

galister 2025-06-26 17:03:50 +00:00
parent 18c10c4035
commit 13dfa8b808
1 changed files with 7 additions and 1 deletions

@ -47,4 +47,10 @@ compressonatorcli -nomipmap -fd BC7 ~/Downloads/table_mountain_2_puresky.png ~/.
## Convert standard picture to DDS: GIMP
GIMP supports .dds image import/export out of the box. To export it, go to `File -> Export As...`, and then select your output filename with `.dds` at the end. Select your compression type, for example BC3. Be aware GIMP doesn't support BC7 compression.
GIMP supports .dds image import/export out of the box.
To export it, go to `File -> Export As...`, and then select your output filename with `.dds` at the end.
Select your compression type, for example BC3.
Be aware GIMP doesn't support BC7 compression.