mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Developing
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user