From 497d9f348c23ff0465147734bf5dcb548511b256 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 18 Dec 2015 15:30:46 +0100 Subject: Rename fz_image_get_pixmap to fz_get_pixmap_from_image. --- source/tools/pdfextract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tools') diff --git a/source/tools/pdfextract.c b/source/tools/pdfextract.c index 6f2ed1ca..e867ca04 100644 --- a/source/tools/pdfextract.c +++ b/source/tools/pdfextract.c @@ -72,7 +72,7 @@ static void saveimage(int num) /* TODO: detect DCTD and save as jpeg */ image = pdf_load_image(ctx, doc, ref); - pix = fz_image_get_pixmap(ctx, image, 0, 0); + pix = fz_get_pixmap_from_image(ctx, image, 0, 0); fz_drop_image(ctx, image); snprintf(buf, sizeof(buf), "img-%04d", num); -- cgit v1.2.3