Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 25, 2021
1 parent 3aee329 commit fcbce07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coders/avs.c
Expand Up @@ -376,8 +376,7 @@ static MagickBooleanType WriteAVSImage(const ImageInfo *image_info,Image *image,
/*
Write AVS header.
*/
if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
(void) TransformImageColorspace(image,sRGBColorspace,exception);
(void) TransformImageColorspace(image,sRGBColorspace,exception);
(void) WriteBlobMSBLong(image,(unsigned int) image->columns);
(void) WriteBlobMSBLong(image,(unsigned int) image->rows);
/*
Expand Down

0 comments on commit fcbce07

Please sign in to comment.