From a35998ba55eb17d9811b4aa2169978329ac87dc6 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 11 Feb 2018 08:29:51 -0500 Subject: [PATCH] Support PDF XMP profiles --- coders/pdf.c | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/coders/pdf.c b/coders/pdf.c index 26c1b32a2..71ef08e8a 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -372,10 +372,12 @@ static MagickBooleanType IsPDFRendered(const char *path) static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception) { +#define BeginXMPPacket "number_scenes != 0) { Image -- 2.40.0