File: control

package info (click to toggle)
imview 1.1.9c-17
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,080 kB
  • ctags: 5,892
  • sloc: cpp: 28,743; sh: 2,624; ansic: 1,818; makefile: 725; exp: 112; python: 88
file content (47 lines) | stat: -rw-r--r-- 1,868 bytes parent folder | download
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
43
44
45
46
47
Source: imview
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Teemu Ikonen <tpikonen@gmail.com>,
           Andreas Tille <tille@debian.org>,
           Anton Gladky <gladk@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               libfltk1.1-dev,
               fluid,
               libmagickcore-dev | libmagickwand-dev,
               libxpm-dev,
               libxft-dev,
               libxinerama-dev,
               autotools-dev,
               autoconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/imview.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/imview.git
Homepage: http://imview.sourceforge.net/

Package: imview
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: imview-doc
Description: Image viewing and analysis application
 Imview is an application which
 .
  * Displays a large number of image formats.
  * Displays 2D or 3D (as slices) images with a very good zoom and pan
    feature.
  * Works with multi-spectral, time series or multi-page documents (e.g.:
    Satellite images, TIFF stacks, animated GIFs and heterogeneous
    multi-component files).
  * Displays all pixel types (1-bit to 64-bit data, integer or floating
    point).
  * Arbitrary 1-D profile of 2-D images (or of 2-D slices of 3-D images) can
    be displayed.
  * Has support for arbitrary colourmaps for all pixel types (i.e.: false
    colour display).
  * Has standard image manipulation facilities (brightness/contrast, gamma,
    zoom, crop, rotation, etc).
  * Can be controlled remotely via sockets and text commands (for easy
    integration into various image analysis systems).
  * Images can be uploaded into Imview via sockets or shared memory.
  * And much more!