imageopモジュールは画像に関する便利な演算がふくまれています。Python文字列に保存されている8または32ビットのピクセルから構成される画像を操作します。これはgl.lrectwrite()とimgfileモジュールが使用しているものと同じフォーマットです。
モジュールは次の変数と関数を定義しています:
image, psize, width, height, x0, y0, x1, y1) |
image, psize, width, height, newwidth, newheight) |
image, psize, width, height) |
image, width, height, threshold) |
image, width, height) |
image, width, height, p0, p1) |
0
と255
をそれぞれ渡してください。
image, width, height) |
image, width, height) |
image, width, height) |
image, width, height) |
image, width, height) |