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
November 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.11.18 18:05 "Using TIFFGetField to get a "Rational"", by Stephen Billard
2004.11.18 19:40 "Re: Using TIFFGetField to get a "Rational"", by Ulf Zibis
2004.11.18 19:55 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.18 20:16 "Re: Using TIFFGetField to get a "Rational"", by Eric Vergnaud
2004.11.18 22:30 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.19 00:17 "Re: Using TIFFGetField to get a "Rational"", by Eric Vergnaud
2004.11.19 00:35 "Re: Using TIFFGetField to get a "Rational"", by Bob Friesenhahn
2004.11.19 00:49 "Re: Using TIFFGetField to get a "Rational"", by Eric Vergnaud
2004.11.19 00:52 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.19 01:29 "Re: Using TIFFGetField to get a "Rational"", by Bob Friesenhahn
2004.11.19 01:38 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.19 17:51 "Autoreply to the list - Yes or No ?", by Ulf Zibis
2004.11.19 22:03 "Re: Autoreply to the list - Yes or No ?", by Joris Van Damme
2004.11.20 15:33 "Re: Autoreply to the list - Yes or No ?", by Ulf Zibis
2004.11.20 17:22 "Re: Autoreply to the list - Yes or No ?", by Joris Van Damme
2004.11.19 00:42 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.19 17:29 "Re: Using TIFFGetField to get a "Rational"", by Ulf Zibis
2004.11.19 17:43 "Re: Using TIFFGetField to get a "Rational"", by Bob Friesenhahn
2004.11.19 21:26 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.20 15:21 "Re: Using TIFFGetField to get a "Rational"", by Ulf Zibis
2004.11.20 16:57 "Re: Using TIFFGetField to get a "Rational"", by Bob Friesenhahn
2004.11.20 17:27 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.20 17:35 "Re: Using TIFFGetField to get a "Rational"", by Chris Losinger
2004.11.23 20:35 "Re: Using TIFFGetField to get a "Rational"", by Andrey Kiselev
2004.11.18 19:48 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme
2004.11.23 14:58 "Using TIFFGetField to get a "Rational"", by Frank Warmerdam
2004.11.23 15:29 "Re: Using TIFFGetField to get a "Rational"", by Eric Vergnaud
2004.11.23 20:34 "Re: Using TIFFGetField to get a "Rational"", by Andrey Kiselev

2004.11.18 22:30 "Re: Using TIFFGetField to get a "Rational"", by Joris Van Damme

Bon soir Eric,

> Yes, here it is:
>
>     case TIFFTAG_XRESOLUTION:
>             *va_arg(ap, float*) = td->td_xresolution;
>             break;
>     case TIFFTAG_YRESOLUTION:
>             *va_arg(ap, float*) = td->td_yresolution;
>             break;
>
> So you should pass a float* to TIFFGetField.

Very usefull. Please consider posting it to the list, instead of posting it only
to my private e-mail address. You can do this by either

- hitting 'reply all' instead of 'reply', on a message, if your mail client is
Outlook or similar
- or by manually making sure tiff@remotesensing.org is in the 'To' list.

Otherwise, your usefull remark is just wasted.


Thanks,

Joris