更新 expkg/src/EXPKG/EXPKG.cpp

This commit is contained in:
2025-08-06 14:09:24 +08:00
parent 957a372209
commit 26b520b946

View File

@ -331,7 +331,7 @@ example:
// return ImageResult
// data format
std::filesystem::path outPath = m_OutDir / m_Reader->GetFileName();
std::filesystem::path outPath = reader->GetFileName();
outPath.replace_extension(GetFileExtension(format));
std::cout << "convert file: " << outPath << std::endl;