Author: malat-guest Date: 2011-11-14 12:49:41 +0000 (Mon, 14 Nov 2011) New Revision: 8563
Modified: trunk/packages/tifffile/trunk/debian/control Log: clarify that this tool is mainly for biology/microscopy people Modified: trunk/packages/tifffile/trunk/debian/control =================================================================== --- trunk/packages/tifffile/trunk/debian/control 2011-11-14 10:48:28 UTC (rev 8562) +++ trunk/packages/tifffile/trunk/debian/control 2011-11-14 12:49:41 UTC (rev 8563) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), python-dev (>= 2.6.6-3~), python-numpy +Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy Standards-Version: 3.9.2 Homepage: http://www.lfd.uci.edu/~gohlke/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tifffile/trunk/ @@ -15,6 +15,13 @@ Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-matplotlib, python-tk Provides: ${python:Provides} Description: Reads image & metadata from TIFF, STK, LSM, OME-TIFF and FluoView files. - Various scientific formats are supported, such as uncompressed or losslessly - compressed integer images of any bit size, 32 and 64-bit floating point images, - Carl Zeiss LSM files, and MetaMorph(r) STK stacks. + Only a subset of the TIFF specification is supported, mainly uncompressed and + losslessly compressed 1-32 bit integer as well as 32 and 64-bit float images, + which are commonly used in scientific imaging. + . + This tool is implemented to support TIFF with custom extensions, namely: + * STK (MetaMorph) + * LSM (Carl Zeiss MicroImaging) + . + Currently only primary info records are read for STK, FluoView, and NIH image + formats. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
