Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/674
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Aug 14, 2017
1 parent eaada47 commit 2001aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/pdf.c
Expand Up @@ -2458,7 +2458,7 @@ RestoreMSCWarning
break;
for (x=0; x < (ssize_t) tile_image->columns; x++)
{
Ascii85Encode(tile_image,ScaleQuantumToChar(ClampToQuantum(
Ascii85Encode(image,ScaleQuantumToChar(ClampToQuantum(
GetPixelLuma(tile_image,p))));
p+=GetPixelChannels(tile_image);
}
Expand Down

0 comments on commit 2001aab

Please sign in to comment.