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
February 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.02.07 01:01 "Please help test a TIF file for me... 60 seconds of your time", by James Belshan
2003.02.07 01:09 "Re: Please help test a TIF file for me... 60 seconds of your time", by Phillip Crews
2003.02.07 01:14 "Re: Please help test a TIF file for me... 60 seconds of your time", by Brandon Gale
2003.02.07 06:54 "Re: Please help test a TIF file for me... 60 seconds of your time", by Kai-uwe Behrmann
2003.02.07 16:10 "Re: Please help test a TIF file for me... 60 seconds of your tim e", by James Belshan
2003.02.07 16:40 "Re: Please help test a TIF file for me... 60 seconds of your time", by Peter Vince

2003.02.07 01:09 "Re: Please help test a TIF file for me... 60 seconds of your time", by Phillip Crews

Opens fine in:

ThumbsPlus
Photoshop 5.5
Photoshop 6.0

- Phillip

At 20:01 2/06/2003 , Belshan, James (E52) wrote:
>Hi...
>I wrote some code to change a TIFF tag in-place, and the resulting files
>appear to be valid TIFFs.  It loads OK into MS Photo Editor, MS Imaging,
>Windows Explorer preview, Powerpoint...
>
>I would really appreciate it if some people could try loading the attached
>image (an empty drawing border)  into some other graphics tools (tifflib,
>Photoshop, etc) and let me know if any of the programs hiccup on it.
>Actually, please also reply if the program DOESN'T hiccup, so we don't get
>10 tests of the same program.
>
>My program may eventually be used to generate thousands of TIF files, and I
>would feel better knowing the files do not have errors.
>
>Thank you for your help,
>
>James
>
>
>P.S. Here's all the TIF tags for IFD 0, in case you want to see them.
>
>Tag Name,                 Type,    Count,  ValueOffset
>
>ImageWidth,                SHORT,    1,    4600
>ImageLength,               SHORT,    1,    7000
>BitsPerSample,             SHORT,    1,    1
>Compression,               SHORT,    1,    4
>PhotometricInterpretation, SHORT,    1,    0
>StripOffsets,              LONG,     250,  7492
>SamplesPerPixel,           SHORT,    1,    1
>RowsPerStrip,              LONG,     1,    28
>StripByteCounts,           LONG,     250,  8492
>XResolution,               RATIONAL, 1,    9758
>YResolution,               RATIONAL, 1,    9894
>PlanarConfiguration,       SHORT,    1,    1
>