Given an in-memory array of bytes from a PNG file, returns the parsed out PNG object.
You might want the other readPng overload instead, which returns an even more processed MemoryImage object.
See Implementation
Given an in-memory array of bytes from a PNG file, returns the parsed out PNG object.
You might want the other readPng overload instead, which returns an even more processed MemoryImage object.