validateImageData parameter and Image.FromStream()

前端 未结 4 1601
忘掉有多难
忘掉有多难 2021-02-13 07:12

I\'m concerned about the third parameter in this overload, validateImageData. The documentation doesn\'t explain much about it, it only states that it causes the image data to b

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 07:47

    Why not just try and see what happens with that flag set and not set?

    In either case you should handle any exceptions that might get thrown.

提交回复
热议问题