On Tue, Dec 29, 2009 at 10:50 AM, Roshan <[email protected]> wrote:
> List, > > I have been trying to search on reading an image file via C. I haven't > been able to find code without libraries. Why are you looking code without library? I request you to use OpenCV .Intel has created an open-source (free!) image processing library (OpenCV)that can be used by programmers who are writing their own imaging application software. OpenCV will Support the following image formats: BMP, DIB, JPEG, JPG, JPE, PNG, PBM, PGM, PPM,SR, RAS, TIFF, TIF. http://opencv.willowgarage.com/wiki/ http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/index.html If you still want code without library . Take a look at cvLoadImage OpenCV function source code. The core libraries (cv, cvaux) are *written* in *C*/C++ . Thanks & Rg Mohan L _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
