发新话题
打印

关于zlib的问题

关于zlib的问题

刚下载的程序要用到ZLIB.
我理解是ZLIB 是一个与DCMTK相似的ToolKit,并为DCMTK用以压缩文件,其文件夹ZLIB 1.1.4应该放在与DCMTK相同的目录下.
是不所有的DCMTK程序都需要用到ZLIB?可我通过google搜索似乎找不到一个合适的ZLIB 1.1.4,还是有什么别的问题呀?
郁闷ing...SOS!

TOP

关于zlib的问题

ZLIB SUPPORT
============
Starting with release 3.5.2, DCMTK supports the "Deflated Explicit VR
Little Endian" Transfer Syntax, i.e. ZIP-compressed network transmission
and media storage.  DCMTK relies on the ZLIB toolkit (www.zlib.org) for
the underlying compression routines.  Due to security considerations, we
recommend that DCMTK should only be used with ZLIB 1.1.4 or newer.
On Unix platforms, if support for zlib compression is desired, a
compiled version of the zlib library and include files must be available
during compilation of DCMTK, and the ZLIB support must be switched on
explicitly. DCMTK compiles without ZLIB support and disables ZLIB
compression by default.
On Windows, the Visual C++ project files provided as part of the toolkit
expect a directory named "zlib-1.1.4" to be present in the same
directory where the DCMTK root directory (dcmtk) also resides. Include
files are expected in zlib-1.1.4/include. A debug version of the library
is expected in zlib-1.1.4/debug/zlib.lib, a release version in
zlib-1.1.4/release/zlib.lib. The debug version must be compiled for the
multithread debug version of the runtime (/MTd)", the release version
must be compiled for the non-debug multithread runtime (/MT). A
precompiled version of the library can be downloaded from
http://dicom.offis.de/dcmtk

TOP

关于zlib的问题

http://dicom.offis.de/dcmtk 这个网址下的ZLIB 1.1.4只有Unix的版本,我想要一个Windows下的.
另外大哥有没有其它可调的dcmtk的程序?传给我吧.感激不尽

TOP

发新话题