| Author |
creating image from 1D pixel array
|
praveen livingstone
Greenhorn
Joined: Apr 13, 2008
Posts: 7
|
|
hi guys Can anyone write a code to convert an One-Dimensional pixel array into an image usint creatImage function?. need urgent for my project. the 1D array is like this int[] oneDPix = new int[imgCols * imgRows * 4];, where imgCols is 800 and imgRows is 600 (i.e) 800 x 600 image.
|
 |
 |
|
|
subject: creating image from 1D pixel array
|
|
|