Try http://www.paintlib.de/paintlib/ There you will find a free library that appears to be fairly complete. To quote from the site: "paintlib is a portable C++ class library for image manipulation. Images can be loaded from PNG, TGA, TIFF, JPEG, BMP, PCX and PICT files and saved in TIFF and JPEG formats. Image manipulation can be done either through filters implemented in filter classes or by directly accessing the bitmap bits. Full C++ source is provided." Good luck. Al -- ================== The original message was: Hello,
just a beginner question:
I need to write a small application which does the following:
1. Loads a colored *.tif file
2. Removes the red color completely from the image
3. Saves the image as a black and white *.tif file
How do I go on about this?
TIA
Best wishes,
Matthias Steinbart