From e93098e905743b49366c75c7d7420b1b958047b14b4e629ef3685bea09c2cb4b Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Wed, 21 Feb 2018 11:56:01 +0000 Subject: [PATCH] Accepting request 577731 from home:jengelh:branches:science - Wrap and compact description. OBS-URL: https://build.opensuse.org/request/show/577731 OBS-URL: https://build.opensuse.org/package/show/science/imagej?expand=0&rev=14 --- imagej.changes | 5 +++++ imagej.spec | 27 ++++++++++++++++++++------- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/imagej.changes b/imagej.changes index 4b35ff8..e68cd25 100644 --- a/imagej.changes +++ b/imagej.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 18 11:36:26 UTC 2018 - jengelh@inai.de + +- Wrap and compact description. + ------------------------------------------------------------------- Thu Feb 15 11:38:49 UTC 2018 - robby.engelmann@igfs-ev.de diff --git a/imagej.spec b/imagej.spec index 64eaa51..b2e7d54 100644 --- a/imagej.spec +++ b/imagej.spec @@ -21,7 +21,7 @@ Name: imagej Version: 1.51u Release: 0 -Summary: Public domain Java image processing program +Summary: A Java image processing program License: SUSE-Public-Domain Group: Productivity/Graphics/Convertors Url: http://rsbweb.nih.gov/ij/ @@ -38,12 +38,25 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description - ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.4 or later virtual machine. Downloadable distributions are available for Windows, Mac OS, Mac OS X and Linux. - 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 is multithreaded, so time-consuming operations such as image file reading can be performed in parallel with other operations. - 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. - It does geometric transformations such as scaling, rotation and flips. Image can be zoomed up to 32:1 and down to 1:32. All analysis and processing functions are available at any magnification factor. The program supports any number of windows (images) simultaneously, limited only by available memory. - Spatial calibration is available to provide real world dimensional measurements in units such as millimeters. Density or gray scale calibration is also available. - ImageJ was designed with an open architecture that provides extensibility via Java plugins. Custom acquisition, analysis and processing plugins can be developed using ImageJ's built in editor and Java compiler. User-written plugins make it possible to solve almost any image processing or analysis problem. +ImageJ is a multithreaded image processing program inspired by NIH +Image for the Macintosh, running either as an applet or as a +standalone program. + +It can read many image formats including TIFF, GIF, JPEG, BMP, DICOM, +FITS and "raw", and display, edit, anazlye, process and print +8/16/32-bit images. It supports "stacks", a series of images that +share a single window. It can calculate area and pixel value +statistics of user-defined selections, measure distances and angles, +create density histograms and line profile plots, supports standard +image processing functions such as contrast manipulation, sharpening, +smoothing, edge detection and median filtering. It does geometric +transformations such as scaling, rotation and flips. Zoom in/out up +to 32:1/1:32. Spatial calibration is available to provide real-world +dimensional measurements in units such as millimeters. Density or +gray scale calibration is also available. + +ImageJ can be extended via Java plugins, and has a built-in editor and +compiler. %prep %setup -n source