Skip to content

fix regressions in PNG encoding that were introduced in 3.0.2#3887

Merged
HackbrettXXX merged 2 commits intoparallax:masterfrom
HackbrettXXX:fix-png-regressions
Sep 18, 2025
Merged

fix regressions in PNG encoding that were introduced in 3.0.2#3887
HackbrettXXX merged 2 commits intoparallax:masterfrom
HackbrettXXX:fix-png-regressions

Conversation

@HackbrettXXX
Copy link
Copy Markdown
Collaborator

  • fix compression of other than 8-bit images
  • fix soft mask for other than 8-bit images
  • fix potential byte order issue for 16-bit images
  • fix writing an empty mask (error) for indexed images without transparency

 - fix compression of other than 8-bit images
 - fix soft mask for other than 8-bit images
 - fix potential byte order issue for 16-bit images
 - fix writing an empty mask (error) for indexed images without transparency
@HackbrettXXX HackbrettXXX merged commit 9ea590c into parallax:master Sep 18, 2025
7 checks passed
@HackbrettXXX HackbrettXXX deleted the fix-png-regressions branch September 18, 2025 07:58
@glebov21
Copy link
Copy Markdown

WOW! #3477 fixed! I love you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PNG image quality degradation and rendering issues in 3.0.2 due to fast-png integration

2 participants