Download List

Project Description

This is a simple command-line utilitiy to convert
images from TIFF to PNG format. It is primarily
useful in dealing with TIFF images that contain
alpha channels (transparency information), since
the NetPBM suite is (currently) ill-suited for such
conversions. A few test images are included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-09-16 10:38
0.91

This release fixes virtually all remaining 16-bit-per-sample bugs (verified) for both big and little endian TIFFs. It also corrects a scaling problem with sub-8-bit images.
Tags: Minor bugfixes

2002-07-03 06:32
0.9

Support for tiled TIFFs (contiguous only), auto-detection of 8-bit color data in 16-bit TIFF palettes, wildcards under emx+gcc, removal of some C++ comments, and checking the results of malloc() a bit more carefully.
Tags: Minor feature enhancements

2002-05-06 09:55
0.7

Version 0.7 has a modernized libpng interface, a more robust error-handler, support for PNG's pHYs chunk (aspect ratio and resolution info), and optional support for halving the horizontal resolution of fax images (-faxpect option, enabled if FAXPECT defined).

2002-05-06 09:55
0.8

Now features multifile support, allowing you to convert many of TIFFs to PNGs with a simple "tiff2png *.tiff *.png", much like gif2png. (Note that this breaks command-line backward compatibility.) There is also a -destdir option to put the converted files somewhere other than the current directory and a new -compression option to set the specific zlib compression level (from fastest to smallest). Memory and resource management and the makefile have been improved, too. Tested with libtiff 3.5.4, libpng 1.0.5, and zlib 1.1.3.

Project Resources