I am in the process of converting a software package from Matlab to C++. As I was searching for a library that can read multipage tiff, I found that it can be done using Boost (GIL) however, my level of expertise is not good enough to understand how to use the library from the short tutorial given on their website. I was wondering if someone can send me a short example or explain to me how to use the library. I need to be able to read the tiff file frame by frame in any order so I need to be able to set the frame number I want to read. (in Matlab it’s just imread("fileName”, indexNumber) )
I greatly appreciate the help.