Skip to content

Commit

Permalink
Corrected writing the user mask data.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 25, 2021
1 parent b89ecbc commit 53e9540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/psd.c
Expand Up @@ -3936,9 +3936,9 @@ static MagickBooleanType WritePSDImage(const ImageInfo *image_info,
exception);
(void) WritePSDSize(&psd_info,image,size+
(psd_info.version == 1 ? 8 : 12),size_offset);
(void) WriteBlobMSBLong(image,0); /* user mask data */
}
}
(void) WriteBlobMSBLong(image,0); /* user mask data */
/*
Write composite image.
*/
Expand Down

0 comments on commit 53e9540

Please sign in to comment.