The bitmap-split.py example demonstrates how to load a combined bitmap image, split it into two independent buffers and display them separately on the screen. This approach allows for efficient ...
上の記事に System.Drawing.Image.Bitmap を使って画像ファイルをプログラム内に取り込む方法を書いた。 この記事では取り込んだ画像データを、OpenGL ライブラリを使って画面に表示するために、Bitmap の画像データを OpenGL 向けの画像データに変換するコードをメモ ...