如何确定某一形象是否部分腐败? C#
原文:How do determine if an image is partially corrupt? C#
原文:How do determine if an image is partially corrupt? C#
I have raw bytes for an image. I use the following to code to determine if the image is corrupt or not public bool IsValidGDIPlusImage(byte[] imageData) { try { using (var ms = new ...