Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/discussions/4755
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Feb 17, 2022
1 parent 77d68d3 commit 1e86532
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magick/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -3757,8 +3757,6 @@ MagickExport Image *ThumbnailImage(const Image *image,const size_t columns,
if (thumbnail_image == (Image *) NULL)
return(thumbnail_image);
(void) ParseAbsoluteGeometry("0x0+0+0",&thumbnail_image->page);
if (thumbnail_image->matte == MagickFalse)
(void) SetImageAlphaChannel(thumbnail_image,OpaqueAlphaChannel);
thumbnail_image->depth=8;
thumbnail_image->interlace=NoInterlace;
/*
Expand Down

0 comments on commit 1e86532

Please sign in to comment.