Hello I'm interested in manipulating a *.tif file using C++. I am aware of libtiff which features library files and utilities for tiff manipulation but this seems largely C based and also i'm having trouble setting up the environment in borland builder 6. Does anyone have any other alternatives to libtiff? I simply want to read the value of individual pixels in a binary image.

Thank You.

Recommended Answers

All 2 Replies

Try ImageMagick it comes with a C++ API called Magic++ and suports tiff files and a bunch of other image formats.

One of the best ones around -- you can fiind it here:

http://www.imagemagick.org/Magick++/

Cheers, I'll give it a go!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.