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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: imagej
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: David Miguel Susano Pinto <carandraug+dev@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: ant,
default-jdk-doc,
default-jdk-headless,
javahelper,
maven-repo-helper
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/imagej
Vcs-Git: https://salsa.debian.org/med-team/imagej.git
Homepage: https://imagej.nih.gov/ij
Rules-Requires-Root: no
Package: imagej
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
default-jre | java6-runtime,
libij-java
Recommends: ${java:Recommends}
Description: Image processing program with a focus on microscopy images
It can display, edit, analyze, process, save and print 8-bit, 16-bit and
32-bit images. It can read many image formats including TIFF, GIF, JPEG,
BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that
share a single window.
.
It can calculate area and pixel value statistics of user-defined
selections. It can measure distances and angles. It can create density
histograms and line profile plots. It supports standard image processing
functions such as contrast manipulation, sharpening, smoothing, edge
detection and median filtering.
.
Spatial calibration is available to provide real world dimensional
measurements in units such as millimeters. Density or gray scale
calibration is also available.
.
ImageJ is developed by Wayne Rasband (wayne@codon.nih.gov), is at the
Research Services Branch, National Institute of Mental Health, Bethesda,
Maryland, USA.
Package: libij-java
Architecture: all
Multi-Arch: foreign
Section: java
Depends: ${misc:Depends},
${java:Depends}
Recommends: ${java:Recommends}
Breaks: imagej (<< 1.51p+dfsg-1)
Replaces: imagej (<< 1.51p+dfsg-1)
Description: Java library for ImageJ
ImageJ is a program for image analysis and processing, with a focus
on microscopy images.
.
This package contains the Java library to make use of ImageJ.
Package: libij-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${java:Depends},
libjs-jquery,
libjs-jquery-ui
Recommends: ${java:Recommends}
Suggests: libij-java
Description: documentation of libij-java
ImageJ is a program for image analysis and processing, with a focus
on microscopy images.
.
This package contains the API documentation of libij-java.
|