Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cristy committed Nov 14, 2014
1 parent 029fc7e commit 44f7c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/gradient.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static Image *ReadGRADIENTImage(const ImageInfo *image_info,
read_info=DestroyImageInfo(read_info);
if (image == (Image *) NULL)
return((Image *) NULL);
(void) SetImageOpacity(image,(Quantum) TransparentOpacity,exception);
(void) SetImageAlpha(image,(Quantum) TransparentAlpha,exception);
(void) CopyMagickString(image->filename,image_info->filename,MaxTextExtent);
icc_color=MagickFalse;
if (LocaleCompare(colorname,"icc") == 0)
Expand Down

0 comments on commit 44f7c9c

Please sign in to comment.