System.Drawing.Bitmap画像を使った高速な画像処理プログラミングについての続きです。 .Net Framework のベンチマークの公開にはややこしいルールがあるようなので、 ベンチマーク結果を公開する代わりにベンチマークを取れるプログラムを公開します。 こうにすれば画像処理プログラムの雛形としても使えますし… <bench1.cs : SetPixel, GetPixel を使う方法> using System; using System.Drawing; using System.Runtime.InteropServices; class Bench{ [DllImport("winmm.dll" )] public static extern int timeGetTime(); public static void Main(string[ ] args){ B