Method HasSignature
HasSignature(byte[])
Returns true when the bytes begin with the JPEG SOI marker.
public static bool HasSignature(byte[] bytes)
Parameters
bytesbyte[]The candidate image bytes.
Returns true when the bytes begin with the JPEG SOI marker.
public static bool HasSignature(byte[] bytes)
bytes byte[]The candidate image bytes.