Read and write an image's pixels using GetDIBits and SetDIBits
摘要:
Initialize a BITMAPINFO structure to describe the image. Redimension an array of Byte to hold pixel data. The array's entries will contain:pixels(1, X, Y)Blue component of pixel (X, Y)pixels(2, X, Y)Green component of pixel (X, Y)pixels(3, X, Y)Red component of pixel (X, Y)pixels(4, X, Y)Padding 阅读全文
posted @ 2012-09-08 15:40 圣光 阅读(325) 评论(0) 推荐(0)
浙公网安备 33010602011771号