addImageDatastreamToPng

Adds a byte array of image data to the given PNG. You are responsible for ensuring that the data array is in the correct format.

package version(dfl)
void
addImageDatastreamToPng
(
const(ubyte)[] data
,
PNG* png
)

Meta