Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(png): Fix crash for writing large PNGs with alpha (AcademySoftwar…
…eFoundation#4074) There was a flaw in PNGOutput::write_scanlines when the y range of scanlines to write consisted of less than the whole image, and alpha de-association was needed -- we used the whole-image size instead of the y range of scanlines size. Fixes AcademySoftwareFoundation#4044 Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information