Download List

Projeto Descrição

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 versão corrige praticamente todos os restantes 16 bits por amostra-bugs verificado (a), tanto para grandes TIFFs e little endian. Ele também corrige um problema de escala de sub-8-bit imagens.
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

Suporte para TIFFs azulejos (continuo só), detecção automática de dados de 8 bits de cor em 16-bit TIFF paletas, wildcards sob EMX + remoção de alguns GCC C + +, e verificando os resultados de malloc () um pouco mais de cuidado.
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

A versão 0.7 tem uma interface libpng modernizado, um erro mais robustas manipulador, suporte para pHYs PNG proporção pedaço (e informações de resolução), e suporte opcional para reduzir pela metade a resolução horizontal de imagens de fax (opção-faxpect, permitiu que se FAXPECT definido).
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

Agora inclui suporte de vários arquivos, permitindo-lhe converter muitas TIFFs para PNGs tiff2png com um simples "*. png *. tiff", bem como gif2png. (Note que este comando quebras de linha de compatibilidade com versões anteriores.) Existe também uma opção-o destino para colocar os arquivos convertidos em algum lugar diferente do diretório atual e uma nova opção de compactação para definir o nível de compressão zlib específico (o mais rápido para o menor). Memória e gestão de recursos e makefile foram melhorados, também. Testado com libtiff 3.5.4, libpng 1.0.5 e 1.1.3 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