here is my code, I was trying to convert arraybyte to bitmap after placing some value in array and convert it back to bitmap, actually i'm working with bilinear interpolation. i really appreciate that if u can show me the right code to convert array to bitmap.(the code that in italic).
regards, mickle
Code:
int[,] arrayImage1 = new int [pictureBox1.Image.Height, pictureBox1.Image.Width];
int[,] arrayImage2 = new int[pictureBox1.Image.Height,