summaryrefslogtreecommitdiff
path: root/xps/xpsimage.c
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2010-06-04 19:00:53 +0000
committerMichael Vrhel <michael.vrhel@artifex.com>2010-06-04 19:00:53 +0000
commit99474b2c3509e2468e1055cdb94f28dc4353f17f (patch)
tree247ab8f9e0413e92bbe1b8308690db59f40d72e0 /xps/xpsimage.c
parent932d5bee78b938eec74865dac46509637df0a73d (diff)
downloadghostpdl-99474b2c3509e2468e1055cdb94f28dc4353f17f.tar.gz
Turn image interpolation back on for xps. It was accidentally turned off in last commit. Differences occurred in almost all xps files that had images.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11355 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'xps/xpsimage.c')
-rw-r--r--xps/xpsimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xpsimage.c b/xps/xpsimage.c
index 864b93adf..08a5d63fb 100644
--- a/xps/xpsimage.c
+++ b/xps/xpsimage.c
@@ -227,7 +227,7 @@ xps_paint_image_brush_imp(xps_context_t *ctx, xps_image_t *image, int alpha)
gsimage.ImageMatrix.xx = image->xres / 96.0;
gsimage.ImageMatrix.yy = image->yres / 96.0;
- gsimage.Interpolate = 0;
+ gsimage.Interpolate = 1;
penum = gs_image_enum_alloc(ctx->memory, "xps_parse_image_brush (gs_image_enum_alloc)");
if (!penum)