Download List

Descripción del Proyecto

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

Esta versión corrige casi todos los restantes 16-bit-por-los errores de la muestra (verificado), tanto para TIFFs endian grande y pequeño. También corrige un problema de escala con sub-imágenes de 8 bits.
Tags: Minor bugfixes
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.

2002-07-03 06:32
0.9

Soporte para archivos TIFF de azulejos (contiguo solamente), detección automática de datos de 8-bits en color 16-bit TIFF paletas, los comodines en emx + gcc, la eliminación de algunas C + +, y el control de los resultados de malloc () un poco más detenidamente.
Tags: Minor feature enhancements
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.

2002-05-06 09:55
0.7

Versión 0.7 tiene una interfaz de libpng modernizado, un error más robusto controlador, el apoyo a pHYs, Papua Nueva Guinea (relación de aspecto trozo e información de resolución), y soporte opcional para reducir a la mitad la resolución horizontal de las imágenes de fax (-faxpect opción, se activa si FAXPECT definidas).
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

Ahora cuenta con el apoyo de múltiples archivos, que le permite convertir muchos de archivos TIFF a PNG tiff2png con un simple "*. tiff *. png", al igual que gif2png. (Tenga en cuenta que este comando se rompe la línea de compatibilidad hacia atrás.) Hay también una opción de DESTDIR para poner los archivos convertidos en un lugar diferente del directorio actual y una nueva opción de compresión para establecer el nivel específico de compresión zlib (de mayor a menor). De memoria y gestión de los recursos y el makefile se han mejorado también. Probado con libtiff 3.5.4, libpng 1.0.5, y 1.1.3 de zlib.
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