File: control

package info (click to toggle)
tifffile 20250330-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,448 kB
  • sloc: python: 39,354; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: tifffile
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-numpy
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/tifffile
Vcs-Git: https://salsa.debian.org/python-team/packages/tifffile.git
Homepage: https://www.lfd.uci.edu/~gohlke/
Rules-Requires-Root: no

Package: python3-tifffile
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: python3-matplotlib,
            python3-lxml
Suggests: python3-fsspec
Provides: ${python3:Provides},
          tifffile
Description: Read and write image data from and to TIFF files
 Image and meta-data can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, NIH,
 ImageJ, MicroManager, 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, MicroManager, and NIH image formats.
 .
 TIFF, the Tagged Image File Format, is under the control of Adobe Systems.
 BigTIFF allows for files greater than 4 GB. STK, LSM, FluoView, SEQ, GEL, and
 OME-TIFF, are custom extensions defined by MetaMorph, Carl Zeiss MicroImaging,
 Olympus, Media Cybernetics, Molecular Dynamics, and the Open Microscopy
 Environment consortium respectively.