Why Image.Save() in C# does not always give the same serialized result and how to serialize an image ina deterministic way?

后端 未结 0 1725
感动是毒
感动是毒 2021-01-12 04:51

I serialize images using the following code:

public static string SerializeImage(Image image)
{
    using (MemoryStream memoryStream = new MemoryStream())
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题