tiff2png

tiff2png provides direct TIFF-to-PNG conversion capabilities in a single package. The primary goal was to preserve alpha (transparency) information, but scaling information is also preserved, and the compression setting can be set by the user. This is a command-line program with batch capabilities (e.g., ``tiff2png *.tiff'').

Note that Willem's tiff2png page has a separate offshoot of version 0.7 that he labelled version 0.82. It has a couple of new features (such as the ability to automatically convert certain text info) that should be merged into tiff2png 1.0, but it does not include wildcard (batch) support, nor does it test whether the specified output file exists before overwriting it. This can lead to the inadvertent loss of source files, at least on Unix systems (where the shell would expand ``tiff2png *.tiff'' into a list of actual filenames, the second of which would be treated by tiff2png as the output filename).

Current version: 0.92
Authors: Willem van Schaik, Greg Roelofs, Ralph Giles
License: Open Source
Platforms: Unix, DOS, OS/2, Windows, etc.
README: local web site
Source code: https://people.xiph.org/~giles/tiff2png/ (.tar.gz)
https://github.com/rillian/tiff2png (git)
https://git.xiph.org/users/giles/tiff2png.git (git mirror)
https://thaumas.net/~giles/git/tiff2png.git (git mirror)
(Older) Binaries: SCO OpenServer 5 [115k]
32-bit Windows  [350k]
Supporting libraries: libpng
zlib
libtiff
libjpeg (optional with newer versions of libtiff)
Related software: ptot - PNG-to-TIFF converter



[primary site hosted by SourceForge.net] Last modified 17 November 2014.

Web page copyright © 2000-2005,2014 Greg Roelofs.