Changes in TIFF v3.4beta032¶
Current Version |
v3.4beta032 (no release tag) |
Previous Version |
|
Master Download Site |
This document describes the changes made to the software between the previous and current versions (see above). If you don't find something listed here, then it was not done in this timeframe, or it was not considered important enough to be mentioned. The following information is located here:
Software configuration changes¶
various fixups and subtle improvements to configure from Richard Mlynarik
Library changes¶
a new codec from Pixar designed for high-resolution color images; note that this codec is not configured by default
a bug fix for reading tags with a single
FLOAT
valuechange to the
TIFFGetField()
calling convention: a tag that has a single value of typeDOUBLE
is now retrieved by passing adouble*
instead of adouble**
(this change makes the handling of tags withDOUBLE
values identical to the handling of tags withFLOAT
values)fix to VMS support for the handling of floating point values
Tools changes¶
tiffdump now handles tags with
FLOAT
andDOUBLE
values
Contributed software changes¶
updates to the Acorn OS support from Peter Greenham