Sweety
07-21-2003, 08:20 PM
I have a 2-D 16 bit unsigned array. How to create an image (bitmap or tiff ot etc) in a very high speed ?
The size can go up to 2000 x 1000.
I tried using for loop to convert this to 8 bit and save it to file by adding the header, but it's very slow....
Can anyone help ??????
The size can go up to 2000 x 1000.
I tried using for loop to convert this to 8 bit and save it to file by adding the header, but it's very slow....
Can anyone help ??????