Issue #107: Enable/Disable image conversion GUI

This commit is contained in:
Jakub Melka
2023-11-17 11:00:46 +01:00
parent fc44dfa4bc
commit cf7d65dc82
4 changed files with 181 additions and 48 deletions

View File

@@ -58,6 +58,7 @@ private:
class PDF4QTLIBSHARED_EXPORT PDFImage
{
public:
PDFImage() = default;
/// Creates image from the content and the dictionary. If image can't be created, then exception is thrown.
/// \param document Document
@@ -112,8 +113,6 @@ public:
const PDFImageData& getSoftMaskData() const { return m_softMask; }
private:
PDFImage() = default;
PDFImageData m_imageData;
PDFImageData m_softMask;
PDFColorSpacePointer m_colorSpace;