1.) When I compiled the Root 4.0 it didn’t give any error message but I wasn’t able to use the TImage class
because the Root didn’t find the neccessary shared object files in my /usr/local/src/root/lib directory
(and nowhere else). It happened,although I configured Root 4.0 such that : ./configure --enable-asimage so I switched on the flag.So it didn’t compiled them I think.Then I copied the necessary .so files from another SuSe Linux (I use RedHat) to my computer and so now it works.
2.) Are there any kind of functions that can convert a .Tiff file to a - let’s say - histogram (TH2x) somehting? I work with x-ray images and I have to manipulate the single pixels of Tiff images and hence that would be usefull.But I didn’t find any such function.However, there exists the tiffio library to manipulate them…