deca icon indicating copy to clipboard operation
deca copied to clipboard

Roundtrip Texture Files

Open kk49 opened this issue 5 years ago • 5 comments

Maybe by going from DDSC/AVTX to/from Microsoft's DDS.

Maybe this will help? https://github.com/Microsoft/DirectXTex

kk49 avatar Apr 12 '19 19:04 kk49

  1. Export to DDS
  2. External tool to edit DDS (let it do the image compression)
  3. Grab raw compressed image data from edited DDS file and populate DDSC and ATX files

kk49 avatar May 03 '19 16:05 kk49

https://docs.microsoft.com/en-us/windows/desktop/direct3ddds/dx-graphics-dds-pguide

kk49 avatar May 03 '19 16:05 kk49

Use the nvidia tools if they are installed? https://developer.nvidia.com/legacy-texture-tools

kk49 avatar Jan 03 '20 16:01 kk49

https://github.com/castano/nvidia-texture-tools

kk49 avatar Jan 03 '20 20:01 kk49

New release of Nvidia tools https://news.developer.nvidia.com/Texture-Tools-Exporter-2020-1/

kk49 avatar Mar 27 '20 05:03 kk49