GetPixel 쓰면 되넹


Bitmap bitmap = new Bitmap(Image.FromFile(@"PATH"));

for(j~)

{

for(i~)

{

Color pixel = bitmap.GetPixel(i,j);

}

}


진짜 c# 개좋은거 같음 ... c였으면 내가 이런걸 손이나 댈 수 있었을까 싶음