Developing

This commit is contained in:
Oleg Korshul
2022-08-02 17:40:35 +03:00
parent 8ea92919c0
commit 549b8353e9
5 changed files with 107 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public:
bool SaveFile(const std::wstring& strFileName, unsigned int nFileType);
bool Decode(BYTE* pBuffer, int nSize, unsigned int nFileType = 0);
bool Encode(BYTE*& pBuffer, int& nSize, unsigned int nFileType);
void FreeEncodedMemory(void* pMemory);
bool Resize(const long& nNewWidth, const long& nNewHeight, bool bDestroyData = true);