]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 19 Mar 2014 12:40:01 +0000 (12:40 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 19 Mar 2014 12:40:01 +0000 (12:40 +0000)
coders/pdf.c

index 18523bbc3922288348cdbd10731b592850489995..3d2f0332ce50e9ada10eab6b7d9fe809bc92b309 100644 (file)
@@ -671,7 +671,7 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception)
   (void) FormatLocaleString(command,MaxTextExtent,
     GetDelegateCommands(delegate_info),
     read_info->antialias != MagickFalse ? 4 : 1,
-    read_info->antialias != MagickFalse ? 4 : 1,options,filename,
+    read_info->antialias != MagickFalse ? 4 : 1,density,options,filename,
     postscript_filename,input_filename);
   status=InvokePDFDelegate(read_info->verbose,command,exception);
   (void) RelinquishUniqueFileResource(postscript_filename);