Hello,
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?