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
I have created png using canvas.createPNGStream(). Passed palette for indexed png. As a result I get chunks: IHDR, PLTE, tRNS, bKGD, IDAT. I dont want tRNS and bKGD, but instead I would like to set pHYs. How can I control over what chunks will be generated?