Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
したがって、からBmpを作成する方法の例はたくさんあることは知っていますが、Webページでロードできるようにbyte[]を返す必要があります。byte[]
byte[]
いくつかの処理を行ったBmpがありbyte[]、Webページへのそれらの変更を使用して新しいものを作成したいと思います。
重要なのは、画像は元々jpegだったと思いますが、理想的には、これをどの画像形式でも機能させたいと思います。
.Save()MemoryStreamへのビットマップ。yourMemoryStream.ToArray()を返します
.Save()