Ticket #14578: patch-coders-pdf.c.diff

File patch-coders-pdf.c.diff, 429 bytes (added by ghosthound, 16 years ago)

patchfile to fix bug in alpha channel usage when converting image to pdf.

  • coders/pdf.c

    old new  
    13821382    if (image->matte != MagickFalse)
    13831383      {
    13841384        (void) FormatMagickString(buffer,MaxTextExtent,"/SMask %lu 0 R\n",
    1385           object+6);
     1385          object+7);
    13861386        (void) WriteBlobString(image,buffer);
    13871387      }
    13881388    (void) FormatMagickString(buffer,MaxTextExtent,"/Length %lu 0 R\n",