You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at v0.30.1...v0.30.2 I guess the bug was introduced in c620025 released in 0.30.2. Further investigation showed it was partly fixed - for non-resized composite - in 23033e2 released in 0.30.3.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, the changes to composite you discovered did cause this. Commit a618ce7 now ensures the (implicit) unpremultiply operation occurs before composite and adds a test that would previously have failed. This will be included in v0.31.0.
npm install sharp
completes without error.node -e "require('sharp')"
completes without error.sharp
as reported bynpm view sharp dist-tags.latest
.What is the output of running
npx envinfo --binaries --system --npmPackages=sharp --npmGlobalPackages=sharp
?What are the steps to reproduce?
What is the expected behaviour?
The image is half-transparent as shown in the table below.
Please provide a minimal, standalone code sample, without other dependencies, that demonstrates this problem
Looking at v0.30.1...v0.30.2 I guess the bug was introduced in c620025 released in 0.30.2. Further investigation showed it was partly fixed - for non-resized composite - in 23033e2 released in 0.30.3.
The text was updated successfully, but these errors were encountered: