Hi there,
I am using Borland C++ Builder 4. I want to read in an image from a bitmap file, binarize the image and send the output to a new image for viewing. I know I have to use the TImage, TCanvas and TBitmap objects. Also I know I have to use the ScanLine method to read a row of pixels. I need to do this operation for my degree project. Any help would be much appreciated.
Thanks
Ross