diff --git a/src/tm_converter2/tm_converter2.cpp b/src/tm_converter2/tm_converter2.cpp index e48c1b8..9c02b21 100644 --- a/src/tm_converter2/tm_converter2.cpp +++ b/src/tm_converter2/tm_converter2.cpp @@ -142,7 +142,7 @@ void convert(const path &fn) } } // opencv can't save to tga directly - cv::imwrite((path(fn) += sub + ".bmp"s).string(), m); + cv::imwrite((path(fn) += sub + ".png"s).string(), m); }; save(""); // not sure how to parse rest, probably dx8 generated texture levels