Thanks for the reply, was very helpful,
unfortunaly the provided link won't install on a Debian X64. ia32 didn't help either
It works with novel package the http://download.novell.com/protected/Summary.jsp?buildid=NADNBLbBgPY~ (you download the RPM and convert it through alien
I had to do the following to have it working on top of installing the package :
ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
as the tool require lidtiff.so.3 and not 4
and i installed an additional package :
apt-get install libexif12
Thanks