summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2020-04-30 11:02:46 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2020-05-01 16:16:58 -0700
commite284e6559f749217eb21ba564e65d493f70589ac (patch)
tree8c9d456657f7e65f52f025cdfb4e113f813acd2d
parent90423234c49dc3eb04a7b3f578bfebd816139fb3 (diff)
downloadghostpdl-e284e6559f749217eb21ba564e65d493f70589ac.tar.gz
Fix issue with bitrgbtags device
-rw-r--r--base/gdevp14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gdevp14.c b/base/gdevp14.c
index c7414a1f2..cdb0b4d38 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -2675,7 +2675,7 @@ pdf14_put_image(gx_device * dev, gs_gstate * pgs, gx_device * target)
rowstride = buf->rowstride;
planestride = buf->planestride;
num_comp = buf->n_chan - 1;
- alpha_offset = num_comp;
+ alpha_offset = 0; /* It is there but this indicates we have done the blend */
tag_offset = buf->has_tags ? buf->n_chan : 0;
/* And then out */