summaryrefslogtreecommitdiff
path: root/splash/SplashTypes.h
diff options
context:
space:
mode:
authorThomas Freitag <Thomas.Freitag@alfa.de>2011-07-29 00:30:58 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-07-29 00:30:58 +0200
commit861a7bfb9431609e1e148240447f23c8e83b9d0f (patch)
treea3476bc9a8a566db64118fd7f87ba52f46f57818 /splash/SplashTypes.h
parente2fa8a2ca8459d19c0f9dca445a2399b9a3d483d (diff)
Implement overprint in Splash
See the "Implementing overprint in Splash" thread in the mailing list for more info
Diffstat (limited to 'splash/SplashTypes.h')
-rw-r--r--splash/SplashTypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/splash/SplashTypes.h b/splash/SplashTypes.h
index 273c32de..65525b13 100644
--- a/splash/SplashTypes.h
+++ b/splash/SplashTypes.h
@@ -13,7 +13,7 @@
//
// Copyright (C) 2006, 2010 Albert Astals Cid <aacid@kde.org>
// Copyright (C) 2008 Tomas Are Haavet <tomasare@gmail.com>
-// Copyright (C) 2009 Thomas Freitag <Thomas.Freitag@alfa.de>
+// Copyright (C) 2009, 2011 Thomas Freitag <Thomas.Freitag@alfa.de>
// Copyright (C) 2009 Stefan Thomas <thomas@eload24.com>
// Copyright (C) 2010 William Bader <williambader@hotmail.com>
//
@@ -162,7 +162,8 @@ typedef int SplashError;
enum SplashImageFileFormat {
splashFormatJpeg,
splashFormatPng,
- splashFormatTiff
+ splashFormatTiff,
+ splashFormatJpegCMYK
};
#endif