summaryrefslogtreecommitdiff
path: root/poppler/PSOutputDev.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/PSOutputDev.h')
-rw-r--r--poppler/PSOutputDev.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h
index 549d778d..4a623bf3 100644
--- a/poppler/PSOutputDev.h
+++ b/poppler/PSOutputDev.h
@@ -51,9 +51,7 @@
#include <unordered_map>
#include <string>
-#ifdef HAVE_SPLASH
-# include "splash/Splash.h"
-#endif
+#include "splash/Splash.h"
class PDFDoc;
class XRef;
@@ -309,10 +307,8 @@ public:
void setRasterResolution(double r) { rasterResolution = r; }
void setRasterMono(bool b)
{
-#ifdef HAVE_SPLASH
processColorFormat = splashModeMono8;
processColorFormatSpecified = true;
-#endif
}
void setUncompressPreloadedImages(bool b) { uncompressPreloadedImages = b; }
@@ -349,13 +345,11 @@ public:
void setEnableLZW(bool b) { enableLZW = b; }
void setEnableFlate(bool b) { enableFlate = b; }
-#ifdef HAVE_SPLASH
void setProcessColorFormat(SplashColorMode format)
{
processColorFormat = format;
processColorFormatSpecified = true;
}
-#endif
private:
void init(PSOutputFunc outputFuncA, void *outputStreamA, PSFileType fileTypeA, char *psTitleA, PDFDoc *doc, const std::vector<int> &pages, PSOutMode modeA, int imgLLXA, int imgLLYA, int imgURXA, int imgURYA, bool manualCtrlA,
@@ -524,10 +518,8 @@ private:
bool enableLZW; // enable LZW compression
bool enableFlate; // enable Flate compression
-#ifdef HAVE_SPLASH
SplashColorMode processColorFormat;
bool processColorFormatSpecified;
-#endif
std::unordered_set<std::string> iccEmitted; // contains ICCBased CSAs that have been emitted