mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
remove cximage from PdfWriter
This commit is contained in:
@ -49,7 +49,8 @@ private:
|
||||
|
||||
BYTE* m_pData;
|
||||
|
||||
bool m_bIsGrayScale;
|
||||
bool m_bIsGrayScale;
|
||||
double m_dJpegSaveQuality;
|
||||
|
||||
public:
|
||||
CBgraFrame();
|
||||
@ -72,9 +73,11 @@ public:
|
||||
|
||||
bool IsGrayScale();
|
||||
|
||||
void SetJpegQuality(const double& value);
|
||||
public:
|
||||
bool OpenFile(const std::wstring& strFileName, unsigned int nFileType = 0); //0 - detect
|
||||
bool SaveFile(const std::wstring& strFileName, unsigned int nFileType);
|
||||
bool Encode(BYTE*& pBuffer, int& nSize, unsigned int nFileType);
|
||||
|
||||
bool Resize(const long& nNewWidth, const long& nNewHeight, bool bDestroyData = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user