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
December 2003

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

2003.12.26 02:25 "problems with custom TIFF", by Pushkar Pradhan
2003.12.26 09:36 "Re: problems with custom TIFF", by Andrey Kiselev
2003.12.30 00:09 "Re: problems with custom TIFF", by Pushkar Pradhan
2003.12.30 00:27 "Re: problems with custom TIFF", by Joris Van Damme
2003.12.30 00:47 "Re: problems with custom TIFF", by Pushkar Pradhan
2003.12.30 01:09 "Re: problems with custom TIFF", by Joris Van Damme
2003.12.31 11:40 "Re: problems with custom TIFF", by Andrey Kiselev
2004.01.01 23:11 "Re: problems with custom TIFF", by Pushkar Pradhan

2003.12.30 00:27 "Re: problems with custom TIFF", by Joris Van Damme

> I did this both the changes you suggested, still it doesn't work. This is
> how I get/set in the tags is this correct?
>
>  TIFFGetField(tif, TIFFTAG_EXTRASAMPLES, &tags->extra, &tags->extraTypes);
>  TIFFSetField(wtif, TIFFTAG_EXTRASAMPLES, wtags.extra, wtags.extraTypes);
>
> Where tag members are:
>   uint16 extra;
>   uint16 *extraTypes;
>
> Thanks,
> Pushkar

Now here's an example of efficient quoting.

Pushkar, who is supposed to wade through the very long quote, not even
marked as quote, only to guess that these last few lines are your follow-up
question? Please trim your quoting efficiently, and mark it as such. Search
google on 'nettiquete'. The mailing list software is very tolerant in
excepting HTML posts and 1 meg attachments, members might not be as
tolerant, especially if they're asked to waste time identifying your actual
question. Helping them with efficient quotes increases the odds you'll
receive a good answer.


Joris