PNG_MAGIC_NUMBER

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

enum immutable(ubyte[]) PNG_MAGIC_NUMBER;

Meta