Skip to content

Commit

Permalink
adjust scanline pad (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 9, 2024
1 parent 5bfcaf9 commit 49d5131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info,
{
quantum_type=RGBAQuantum;
pad=(size_t) MagickMax((ssize_t) samples_per_pixel+
extra_samples-4,0);
extra_samples-5,0);
}
else
{
Expand Down

0 comments on commit 49d5131

Please sign in to comment.