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
|
Source: stiff
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Gijs Molenaar <gijs@pythonic.nl>,
Ole Streicher <olebole@debian.org>,
Nilesh Patra <nilesh@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libjpeg-dev,
libtiff5-dev,
zlib1g-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/stiff
Vcs-Git: https://salsa.debian.org/debian-astro-team/stiff.git
Homepage: https://www.astromatic.net/software/stiff
Rules-Requires-Root: no
Package: stiff
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: convert scientific FITS images to the TIFF format
STIFF is a program that converts scientific FITS images to the TIFF format
for illustration purposes. The main features of STIFF are:
.
* Accurate reproduction of the original surface brightnesses and colours
* Automatic or manual contrast and brightness adjustments
* Automatic sky background intensity and colour balance
* Adjustable colour saturation
* Colour-friendly gamma correction capabilities
* One or three input channels: gray-scale or true colour output
* Output with 8 or 16 bits per component
* Pixel rebinning and x/y flip options
* Support for arbitrarily large input and output images on standard
hardware (BigTIFF support)
* Support for tiled, multiresolution pyramids
* Support for lossless and lossy compression methods
* Multi-threaded code with load-balancing to take advantage of multiple
cores and processors.
* XML VOTable-compliant output of meta-data.
|