diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-16 00:40:18 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-16 00:40:18 +0000 |
commit | 66588e866978865e82a41a9bd478c94b2c41e878 (patch) | |
tree | 9cc70886e2c3a0aeaaebc609fb07f3d1a0a3ab9f /Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h | |
parent | 31cffd17fa4aba6ac69c867431506fff900eaf10 (diff) |
poppler 0.50.0
git-svn-id: svn://tug.org/texlive/trunk@42718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h b/Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h index 4417af73375..6858f90f357 100644 --- a/Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h +++ b/Build/source/libs/poppler/poppler-src/splash/SplashBitmap.h @@ -21,6 +21,7 @@ // Copyright (C) 2010 William Bader <williambader@hotmail.com> // Copyright (C) 2012 Thomas Freitag <Thomas.Freitag@alfa.de> // Copyright (C) 2015 Adam Reichold <adamreichold@myopera.com> +// Copyright (C) 2016 Kenji Uno <ku@digitaldolphins.jp> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git @@ -74,7 +75,7 @@ public: SplashError writeImgFile(SplashImageFileFormat format, char *fileName, int hDPI, int vDPI, const char *compressionString = ""); SplashError writeImgFile(SplashImageFileFormat format, FILE *f, int hDPI, int vDPI, const char *compressionString = ""); - SplashError writeImgFile(ImgWriter *writer, FILE *f, int hDPI, int vDPI); + SplashError writeImgFile(ImgWriter *writer, FILE *f, int hDPI, int vDPI, SplashColorMode imageWriterFormat); enum ConversionMode { |