summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorBjörgvin Ragnarsson <nifgraup@gmail.com>2014-09-04 00:43:04 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-23 09:54:14 +0300
commitdff26a5d23b274d722e20271edb9e3bf97e9e6a7 (patch)
tree05bb4f2aa88661410bcc1bfb5c9f43545ac63aef /filter
parent124194c74ef025a1b1ef9aba98de19486e2f0b92 (diff)
fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.
This regression was introduced in f5c3f5601a3739dead635f9abc446951b385018f. Change-Id: Ica48732398cd5d225b433b177ff6e6fff649e732 (cherry picked from commit 0791335cf007e04de25e03c0a6e0aa53fa66016a) Reviewed-on: https://gerrit.libreoffice.org/11465 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/ieps/ieps.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/ieps/ieps.cxx b/filter/source/graphicfilter/ieps/ieps.cxx
index c361bc2c9a32..945ae5d82201 100644
--- a/filter/source/graphicfilter/ieps/ieps.cxx
+++ b/filter/source/graphicfilter/ieps/ieps.cxx
@@ -347,7 +347,7 @@ static bool RenderAsBMPThroughGS(const sal_uInt8* pBuf, sal_uInt32 nBytesRead,
OUString arg6("-dTextAlphaBits=4");
OUString arg7("-dGraphicsAlphaBits=4");
OUString arg8("-r300x300");
- OUString arg9("-sDEVICE=bmp256");
+ OUString arg9("-sDEVICE=bmp16m");
OUString arg10("-sOutputFile=-");
OUString arg11("-");
rtl_uString *args[] =