Currently when I output an image as 'png8' all pixels that are not 100% opaque will appear as fully transparent!
What I want is twofold:
1) 100% transparent pixels remain 100% transparent
2) pixels that are not opaque or 100% transparent will be converted to opaque pixel with a 'black' as background
Here's an example of what I want:
Upper text shows normal 'png' with semi-transparent pixels
Lower text shows what I want to accomplish with 'png8'

In photoshop this is simply called "matte color". But I've attempted specifying imageMatteColor=black and imageMatte=true in conjunction with 'png8' but it has no effect.
(I am using php to do this, but that shouldn't matter I hope.)