detex-compress:使用 detex 库的快速纹理压缩实用程序。 目前支持多种压缩格式,包括 BC1-5 和 ETC1

时间:2024-06-25 02:38:26
【文件属性】:

文件名称:detex-compress:使用 detex 库的快速纹理压缩实用程序。 目前支持多种压缩格式,包括 BC1-5 和 ETC1

文件大小:37KB

文件格式:ZIP

更新时间:2024-06-25 02:38:26

C++

解压 使用 detex 库的快速纹理压缩实用程序。 与使用通用且通用但速度较慢的压缩方法的 texgenpack 不同,detex-compress 使用相对较快的压缩算法,专门针对纹理压缩格式进行了优化。 当前版本支持BC1(S3TC)、BC1A(RGBA_S3TC)、BC2、BC3、RGTC1(BC4_UNORM)、SIGNED_RGTC1(BC4_SNORM)、RGTC2(BC5_UNORM)、SIGNED_RGTC2(BC5_SNORM)和ETC1压缩。 该实用程序是多线程的,可以在大约 15 秒内以良好的质量压缩 1024x1024 BC1 纹理。 该程序使用 detex ( ) 和 DataSetTurbo ( )。 未来将增加对更多压缩格式的支持。


【文件预览】:
detex-compress-master
----mipmaps.h(917B)
----compress.h(1KB)
----detex-png.h(1KB)
----compress-etc.cpp(26KB)
----compress-bc1.cpp(20KB)
----Makefile.conf(229B)
----detex-compress.cpp(17KB)
----LICENSE(754B)
----compress-bc2-bc3.cpp(10KB)
----README(5KB)
----mipmaps.cpp(18KB)
----.gitignore(266B)
----Makefile(1KB)
----compress.cpp(28KB)
----README.md(804B)
----png.cpp(7KB)
----compress-rgtc.cpp(14KB)
----compress-block.h(5KB)

网友评论