PNG.getChunkNullable

Gets the chunk with the given name, return null if it is not found.

struct PNG
nothrow @nogc pure @trusted
getChunkNullable
(
string what
)

See Also

getChunk, which throws if the chunk cannot be found.

Meta