AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
June 2004

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2004.06.25 16:26 "Floating point tags and cross-platform", by Alan Torborg
2004.07.06 03:47 "Re: Floating point tags and cross-platform", by Andrey Kiselev

2004.06.25 16:26 "Floating point tags and cross-platform", by Alan Torborg

Hello,

I am trying to read tags of type double from tiff images that were created
on a PC.  I'm trying to read the tags with version 3.6.1 of LIBTiff on a
Strong-Arm processor running Linux.

Unfortunately - I am getting garbage from the tags.  I'm assuming this is an
issue with different floating point standards.  Actually, the strong arm
processor does not have a floating point processor - so we are using a
floating point emulator (nwfpe) that, at this point, I know very little
about.  I do know that the emulator is supposed to be using IEEE floating
point standard (similar to PC).

I'll also note that I'm able to read the tags just fine with LIBTiff on the
PC, and, I'm able to read all other tags (longs, shorts and ASCIIs) on the
Strong-ARM box without problems as well.

So - the question - Has anyone dealt with this cross platform conundrum
before?  Any thoughts on how to get this to work?

Thanks,
Alan