[med-svn] r12806 - trunk/packages/tifffile/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Sun Jan 20 16:25:40 UTC 2013
Author: malat
Date: 2013-01-20 16:25:39 +0000 (Sun, 20 Jan 2013)
New Revision: 12806
Modified:
trunk/packages/tifffile/trunk/debian/control
trunk/packages/tifffile/trunk/debian/tifffile.1
trunk/packages/tifffile/trunk/debian/tifffile.sh
Log:
Cleanup package. Remove extra dep
Modified: trunk/packages/tifffile/trunk/debian/control
===================================================================
--- trunk/packages/tifffile/trunk/debian/control 2013-01-20 16:16:00 UTC (rev 12805)
+++ trunk/packages/tifffile/trunk/debian/control 2013-01-20 16:25:39 UTC (rev 12806)
@@ -12,7 +12,7 @@
Package: tifffile
Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-tk, python-importlib
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-importlib
Recommends: python-matplotlib (>= 1.2)
Provides: ${python:Provides}
Description: read image and metadata from TIFF, STK, LSM, OME-TIFF and FluoView files
Modified: trunk/packages/tifffile/trunk/debian/tifffile.1
===================================================================
--- trunk/packages/tifffile/trunk/debian/tifffile.1 2013-01-20 16:16:00 UTC (rev 12805)
+++ trunk/packages/tifffile/trunk/debian/tifffile.1 2013-01-20 16:25:39 UTC (rev 12806)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.7.
-.TH TIFFFILE "1" "April 2012" "tifffile 2012.04.21" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
+.TH TIFFFILE "1" "January 2013" "tifffile 2013.01.18" "User Commands"
.SH NAME
tifffile \- Read image and meta-data from TIFF, STK, LSM, OME-TIFF, and FluoView files.
.SH SYNOPSIS
@@ -16,11 +16,12 @@
STK, FluoView, and NIH image formats.
.PP
Image and meta\-data can be read from TIFF, BigTIFF, OME\-TIFF, STK, LSM, NIH,
-and FluoView files. Only a subset of the TIFF specification is supported,
-mainly uncompressed and losslessly compressed 2**(0 to 6) bit integer, 16, 32
-and 64\-bit float, grayscale and RGB(A) images, which are commonly used in bioscientific imaging. Specifically, reading JPEG or CCITT compressed image data
-is not implemented. Only primary info records are read for STK, FluoView, and
-NIH image formats.
+ImageJ, FluoView, SEQ and GEL files. Only a subset of the TIFF specification
+is supported, mainly uncompressed and losslessly compressed 2**(0 to 6) bit
+integer, 16, 32 and 64\-bit float, grayscale and RGB(A) images, which are
+commonly used in bio\-scientific imaging. Specifically, reading JPEG/CCITT
+compressed image data or EXIF/IPTC/GPS/XMP meta\-data is not implemented. Only
+primary info records are read for STK, FluoView, and NIH image formats.
.SH OPTIONS
.TP
\fB\-\-version\fR
@@ -35,6 +36,9 @@
\fB\-s\fR SERIES, \fB\-\-series\fR=\fISERIES\fR
display series of pages of same shape
.TP
+\fB\-\-nomultifile\fR
+don't read OME series from multiple files
+.TP
\fB\-\-noplot\fR
don't display images
.TP
Modified: trunk/packages/tifffile/trunk/debian/tifffile.sh
===================================================================
--- trunk/packages/tifffile/trunk/debian/tifffile.sh 2013-01-20 16:16:00 UTC (rev 12805)
+++ trunk/packages/tifffile/trunk/debian/tifffile.sh 2013-01-20 16:25:39 UTC (rev 12806)
@@ -1,6 +1,7 @@
#!/usr/bin/env python
+import sys
import tifffile
if __name__ == "__main__":
- sys.exit(main())
+ sys.exit(tifffile.main())
More information about the debian-med-commit
mailing list