mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #10: Ability to cancel the operation
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "pdfobject.h"
|
||||
#include "pdfcolorspaces.h"
|
||||
#include "pdfoperationcontrol.h"
|
||||
|
||||
#include <QByteArray>
|
||||
|
||||
@@ -73,7 +74,9 @@ public:
|
||||
PDFRenderErrorReporter* errorReporter);
|
||||
|
||||
/// Returns image transformed from image data and color space
|
||||
QImage getImage(const PDFCMS* cms, PDFRenderErrorReporter* reporter) const;
|
||||
QImage getImage(const PDFCMS* cms,
|
||||
PDFRenderErrorReporter* reporter,
|
||||
const PDFOperationControl* operationControl) const;
|
||||
|
||||
/// Returns rendering intent of the image
|
||||
RenderingIntent getRenderingIntent() const { return m_renderingIntent; }
|
||||
|
Reference in New Issue
Block a user