From f957eae764e6dbc74401b66d6a18ba3290fdb982 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 3 Jul 2017 18:33:48 +0100 Subject: Add spots to fz_pixmaps. Update separations interface further to cope with whether spots should be rendered separately, or as composite colors. --- source/tests/mu-office-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests') diff --git a/source/tests/mu-office-test.c b/source/tests/mu-office-test.c index aef50981..d729de88 100644 --- a/source/tests/mu-office-test.c +++ b/source/tests/mu-office-test.c @@ -269,7 +269,7 @@ save_png(const MuOfficeBitmap *bitmap, const char *filename) fz_try(ctx) { - pix = fz_new_pixmap_with_data(ctx, fz_device_rgb(ctx), bitmap->width, bitmap->height, 1, bitmap->lineSkip, bitmap->memptr); + pix = fz_new_pixmap_with_data(ctx, fz_device_rgb(ctx), bitmap->width, bitmap->height, NULL, 1, bitmap->lineSkip, bitmap->memptr); fz_save_pixmap_as_png(ctx, pix, filename); } -- cgit v1.2.3