Implement GIF conversion
This commit is contained in:
@ -25,13 +25,13 @@ namespace PKG
|
||||
{
|
||||
public:
|
||||
EXPKG(const CommandArgs& commandArgs);
|
||||
EXPKG(const std::filesystem::path& filePath, const std::filesystem::path& outDir = "out");
|
||||
EXPKG(const std::string& filePath, const std::string& outDir = "out");
|
||||
|
||||
|
||||
private:
|
||||
static FILE_EXTENSION checkExtension(const std::filesystem::path& filePath);
|
||||
|
||||
void ExtractTex(const std::filesystem::path& path = "");
|
||||
void ExtractTex(const std::filesystem::path& path = "") const;
|
||||
|
||||
void ExtractPkg();
|
||||
void Run();
|
||||
|
||||
Reference in New Issue
Block a user