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.
3 つの別々のバイト配列 (チャネル) から WPF ビットマップ/イメージを作成することは可能ですか?
私ができることは、3 バイト チャネルを 1 つの int 配列にマージし、ビットマップ/イメージの作成メソッドのいずれかを使用することです。
しかし、すべてのバイトデータをピクセルごとにマージすることは避けたいです。
前もって感謝します!