摘要:
public static short[][] GetPixs(Bitmap bitmap) { int height = bitmap.Height; int width = bitmap.Width; byte tempB, tempG, tempR; short[][] spOriginData = new short[height][]; for (int i = 0; i < height; i++) { sp... 阅读全文
posted @ 2013-06-22 08:38
快活杰
阅读(3083)
评论(0)
推荐(0)

浙公网安备 33010602011771号