05-02-2006 04:34 AM
05-02-2006 07:25 AM
if the image is transposed (upside down and inverted) just pass your array through the array transpose before you send it to the intensity map, if it is just upsidedown you can do a for loop wnd index each column, reverse the column and rebuild the array.
Paul