Changes in TIFF v3.4beta024¶
| Current Version | v3.4beta024 (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¶
- It is now possible to setup the software to build only the library; configure recognizes this is the intent when the - VERSION,- tiff.alpha, and- tif_version.cfiles are in the local directory (i.e.- .)
- configure no longer tries to setup HTML materials 
- include file directories needed in building the library are now specified with a - DIRS_LIBINCconfig parameter
- configure no longer checks for alternate compilers if - CCis set; if the specified compiler is not found or is not appropriate the configuration procedure aborts
- the - port.hfile generated by configure is now used only by the library and as such as have been moved to the- libtiffdirectory
- there is beginning support for building DSO’s on systems other than IRIX 
- configure now verifies the JPEG and zlib directory pathnames by checking for well-known include files in these directories 
- configure no longer creates the - distdirectory needed only on SGI machines (for building SGI binary distributions)
- a bug was fixed whereby configure would incorrectly set - ENVOPTSwhen building the software with gcc under AIX
Library changes¶
- two new typedefs were added to - tiff.h:- int8and- uint8for signed and unsigned 8-bit quantities, respectively; these are currently used only by programs in the- toolsdirectory
- the - BadFaxLines,- CleanFaxData, and- ConsecutiveBadFaxLinestags are now supported with Group 4 compression
- byte order is now correctly identified on 64-bit machines 
- a bug was fixed in the PackBits decoder where input data would appear short when a no-op run was present 
- a bug was fixed in calculations with very wide strips 
- TIFFWriteEncodedStrip()and- TIFFWriteRawStrip()were extended to support dynamically growing the number of strips in an image (must set- ImageLengthprior to making calls though)
- TIFFDefaultTileSize()now rounds tile width and height up to a multiple of 16 pixels, as required by the TIFF 6.0 specification
- the file - version.his now built by a new mkversion program; this was done for portability to non-UNIX systems
- support was added for the Acorn RISC OS (from Peter Greenham) 
- the builtin codec table is now made - constwhen compiling under VMS so that- libtiffcan be built as a shared library
- support for the PowerPC Mac (from Ruedi Boesch) 
- support for Windows NT/Windows 95 (from Scott Wagner) 
Tools changes¶
- the tools no longer include - port.h
- various portability fixes; mostly to eliminate implicit assumptions about how long - int32data types are
- PostScript Level II additions to tiff2ps from Bjorn Brox 
- sgi2tiff now handles RGBA images 
Documentation changes¶
- the documentation has been updated to reflect the current state of the software 
- some routines have been moved to different manual pages to group like-routines together 
Contributed software changes¶
- support was added for the Acorn RISC OS (from Peter Greenham) 
- support for Windows NT/Windows 95 contributed for a previous version of this software was sort of incorporated (it’s broken right now) (from Scott Wagner)