tm3-mod-exporter

所属分类:图形图像处理
开发工具:C++
文件大小:53KB
下载次数:0
上传日期:2022-02-22 17:45:28
上 传 者sh-1993
说明:  一个基于NVTT-3的小型工具,用于帮助Trackmania 2020纹理mods从PNG转换为DDS文件,重点是...
(A small NVTT-3 based tool to aid the conversion of Trackmania 2020 texture mods from PNGs to DDS files, with a focus on performance and image quality.)

文件列表:
.clang-format (3289, 2022-02-23)
CMakeLists.txt (1388, 2022-02-23)
LICENSE (18092, 2022-02-23)
cmake (0, 2022-02-23)
cmake\FindNVTT.cmake (1476, 2022-02-23)
media (0, 2022-02-23)
media\screenshot.png (37001, 2022-02-23)
src (0, 2022-02-23)
src\common.hpp (683, 2022-02-23)
src\export_thread.cpp (7518, 2022-02-23)
src\export_thread.hpp (1329, 2022-02-23)
src\frame.cpp (7273, 2022-02-23)
src\frame.hpp (1446, 2022-02-23)
src\input_panel.cpp (385, 2022-02-23)
src\input_panel.hpp (137, 2022-02-23)
src\main.cpp (478, 2022-02-23)
src\output_panel.cpp (4475, 2022-02-23)
src\output_panel.hpp (665, 2022-02-23)

# tm3-mod-exporter A small C++ GUI tool to aid conversion of PNG and JPEG skin and mod textures to archived DDS textures for Trackmania 2020. Internally NVIDIA's [NVTT-3](https://developer.nvidia.com/gpu-accelerated-texture-compression) is used for the format conversion, with optional high quality downsampling with a Kaiser-windowed Sinc filter. As input it takes a folder (with subfolders for map mods) of PNGs and JPEGs, and can output either a folder or archive of DDS files (the latter for car skins). DDS block compression variant is detected automatically based on the input filename: - *_B -> BC1 - *_R -> BC5 - *_I -> BC3 - *_N -> BC5 - *_A0 -> BC1 - *_DirtMask -> BC1 - *_D -> BC3 if the source image has an alpha channel, otherwise BC1 - *_H -> BC1 - *_M -> BC3 - *_L -> BC3 - *_CoatR -> BC1


近期下载者

相关文件


收藏者