remove cximage from PdfWriter

This commit is contained in:
Oleg Korshul
2018-04-16 16:43:34 +03:00
parent 42c35a9803
commit a2cc70233e
4 changed files with 30 additions and 24 deletions

View File

@ -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);