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
January 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.01.24 20:24 "Are there de facto defaults for resolution (TIFF 6 file) ??", by James Belshan
2003.01.24 20:50 "Re: Are there de facto defaults for resolution (TIFF 6 file) ??", by Michael O'rourke
2003.01.27 03:16 "Re: Are there de facto defaults for resolution (TIFF 6 file) ??", by Martin Bailey
2003.01.27 16:12 "Re: Are there de facto defaults for resolution (TIFF 6 file) ??", by Michael O'rourke
2003.01.27 19:48 "Re: Are there de facto defaults for resolution (TIFF 6 file) ??", by James Belshan

2003.01.24 20:24 "Are there de facto defaults for resolution (TIFF 6 file) ??", by James Belshan

I don't know if I'm running into readers and writers that are non-compliant,
or whether there's a default of which I'm ignorant, but here's the issue.
Maybe someone can clue me in??  

The TIFF writer built into AutoCAD is locked at 100 dpi, according to its
dialog box.  Now that I'm delving into TIF file programming, I see that the
resulting TIF file actually has no tags for Xres, Yres, or ResUnits.  The
latter has a default of INCHES, according to the TIFF 6 spec.  However, the
spec does not give defaults for the resolution tags.  Also, the spec says
the resolution tags are required for Baseline, bi-level TIFF files.  My
conclusion... ACAD's TIF writer is not Baseline-compliant.  This would not
surprise me too much...

The confusion, however, started when I use Windows Explorer to view the
properties of the resulting TIF file.  The X & Y resolutions were listed as
100 dpi.  So, that would mean the Microsoft TIF reader is non-compliant,
also, because it's assuming a default for non-existent resolution tags?

I can't find any other tags that MS Explorer could be using to deduce 100
dpi.  The reason for this post is to make sure I don't add resolution tags
that "contradict" other tags and result in an invalid TIF file.  Also... I
wanted to vent, because it would have been a lot easier for me to change
existing (REQUIRED) resolution tags than have to add them.  Also... You'd
think MS could afford to spend a little time reading specs.  :(

Thanks,

James