Skip to content

1.32.2

Compare
Choose a tag to compare
@takahirom takahirom released this 08 Nov 15:20
· 242 commits to main since this release
7e37f91

WebP Image Comparison Improvements

Improved handling for transparent pixels in WebP image comparisons. Previously, transparent pixels in WebP images were sometimes returned with unexpected color values (e.g., r = 1, g = 0, b = 0, a = 0), which caused inconsistencies in image comparisons. The comparison logic now correctly handles transparent pixels by interpreting them as fully transparent black (r = 0, g = 0, b = 0, a = 0) to ensure consistent results across comparisons.

Special thanks to @ArcaNO93 for identifying and reporting this issue!

What's Changed

Full Changelog: 1.32.1...1.32.2