basically i have to try and get some kind of noise from a picture. the idea was to open a bitmap, convert it to grayscale (which i have done), search the bitmap for the wave which would ideally return a text file with x and y coordinates, then send that into a wave module and write the wav file.
i'm using vb6 and am using visual c++ to write a dll that will perform the search.
any help in any form would be greatly appreciated.
thanks.