PNG_MAGIC_NUMBER

All PNG files are supposed to open with these bytes according to the spec

static
immutable(ubyte[]) PNG_MAGIC_NUMBER;
Suggestion Box / Bug Report