Download List

프로젝트 설명

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

이 릴리스에는 수정 거의 모든 나머지 16 비트 당 샘플 버그 () 모두 크고, little endian으로 TIFFs을 확인했습니다. 그것은 또한 8 비트 이미지 서브 스케일링 문제를 해결합니다.
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

기와 TIFFs에 대한 지원 (단지 인접)의 자동 감지 8 - 16 비트 컬러 데이터 비트 TIFF 팔레트, 와일드 카드를 몇 가지의 C emx + gcc가, 제거를 아래 + + 코멘트, 그리고 검사 결과는 malloc () 좀 더 신중하게.
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

버전 0.7) 및 (- faxpect 옵션을 활성화 팩스 이미지의 수평 해상도가 절반에 대한 옵션을 지원 현대화 libpng 인터페이스, 더욱 강력한 오류 처리기, PNG로의 정열을 청크 (가로 세로 비율 및 해상도를 지원하는 정보에 대한 정의 FAXPECT 경우).
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

이제, 당신 PNGs에 간단하게 "tiff2png *. tiff를 *."PNG로, 훨씬 gif2png처럼 TIFFs 많은 변환할 수 있도록 지원하는 기능을 multifile. (이 휴식 명령줄 백워드 호환성을 참고.) 또한 - destdir 옵션 변환된 파일을 어딘가에 현재 디렉토리의 새로운 압축 옵션을 빠른 (부터 작은 것 특정 Zlib 압축 수준을 설정 이외의로 묶는 것입니다). 메모리 및 자원 관리 및 makefile을 개선되었습니다도. libtiff 3.5.4과 1.0.5 libpng, 테스트 및 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