更新 expkg/src/EXPKG/EXPKG.cpp
This commit is contained in:
@ -331,7 +331,7 @@ example:
|
|||||||
|
|
||||||
// return ImageResult
|
// return ImageResult
|
||||||
// data format
|
// data format
|
||||||
std::filesystem::path outPath = m_OutDir / m_Reader->GetFileName();
|
std::filesystem::path outPath = reader->GetFileName();
|
||||||
outPath.replace_extension(GetFileExtension(format));
|
outPath.replace_extension(GetFileExtension(format));
|
||||||
|
|
||||||
std::cout << "convert file: " << outPath << std::endl;
|
std::cout << "convert file: " << outPath << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user