C/C++: Scanning a TIFF file using LIBTIFF
Posted
by
Matt07
on Stack Overflow
See other posts from Stack Overflow
or by Matt07
Published on 2012-07-11T09:11:44Z
Indexed on
2012/07/11
9:15 UTC
Read the original article
Hit count: 188
My problem is to scan a tiff image in C and get all the pixel value (let's say for saving them in a txt file) in C/C++.
I scanned the web and i found a library named "TIFFLIB" that should do what i was looking for. I downloaded it using the ubuntu package manager, but the gcc doesn't recognize the library.
- How do i link the library to the compiler?
- Have I installed it correctly?
- Is there any better/easier way to do that?
© Stack Overflow or respective owner