DirectXTex icon indicating copy to clipboard operation
DirectXTex copied to clipboard

Compression artifacts for BC7_UNORM when compressing on CPU (GPU is fine)

Open robindegen opened this issue 1 year ago • 2 comments

I was having issues with the library and thought it was because of my own code; but i noticed that the texconv tool shows the exact same problem.

texconv.exe -y BC7_UNORM texture.png

gives a different output than texconv.exe -y BC7_UNORM -nogpu texture.png

Notice the artifacts in the CPU version: image

This is with the GPU: image

robindegen avatar Jul 17 '24 22:07 robindegen

Can you attach the source file MapBattleTilesetSystem.png?

walbourn avatar Jul 17 '24 23:07 walbourn

MapBattleTilesetSystem

I don't know if github re-encodes these files. If it does I also put it on a dropbox: https://www.dropbox.com/scl/fi/kgqgesjdfl5nz4i4bvmxb/MapBattleTilesetSystem.png?rlkey=085vvzq18gcunfyes6t4yku8m&dl=0

robindegen avatar Jul 17 '24 23:07 robindegen