Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: imagej | Distribution: openSUSE:Factory:zSystems |
Version: 1.53u | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Nov 26 07:20:54 2024 |
Group: Productivity/Graphics/Convertors | Build host: reproducible |
Size: 2647508 | Source RPM: imagej-1.53u-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://rsbweb.nih.gov/ij/ | |
Summary: A Java image processing program |
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.
SUSE-Public-Domain
* Tue Nov 26 2024 ming li <mli@suse.com> - update to 1.53u: * the Image>Transform>Bin command now supports z-binning of 4D hyperstacks. * the Analyze>Plot Profile command works with rotated rectangles. * The Edit>Selection>Line to Area command converts straight line selections to rotated rectangle selections. * improved recording of the Edit>Selection>Properties command and added a comment to the Edit>Options>Line Width dialog to make it clearer what the command does. * the Selection Brush Tool is no longer disabled when activating a selection in an overlay by double clicking on it. * made GenericDialog.resetCounters() public so it can be called by plugins using GenericDialog.addButton() (example). * added the recordable Image.removeScale() macro function and the ImagePlus.removeScale() method. * Added the ImageProcessor.setColor(String) method. * fixed a bug that caused toolbar contextual menus to ignore the Edit>Options>Appearance "GUI scale" setting. * fixed a bug that caused the "Results" menu in a table to disappear if the table was renamed. * fixed a bug that caused the File>Import>TIFF Virtual Stack command to not correctly calibrate TIFF stacks that were not created by ImageJ. * fixed a bug that caused the Image>Overlay>From ROI Manager menu command to not transfer the ROI positions. * fixed a bug that caused the Edit>Selection>Straighten command to change the global line selection width. * fixed a bug that caused ROIs with x or y coordinates greater than 60,535 and less than 65,535 to be saved incorrectly. * fixed a bug that caused ImageJ to create TIFF files with invalid RowsPerStrip tags when the image height was greater than 65,535. * fixed several bugs with Image>Stacks>Plot Z-axis Profile "Live" plots. * fixed a bug that caused the "CP" window to not be updated when the Color Picker tool was used to pick new colors from the active image. * fixed a bug that caused the Opener.openAndAddToRecent() method to return 'false' when the file was opened successfully. * worked around a Java bug on Windows that caused the main menu bar sub-menus to not scale to larger than 17 points. Unfortunately, the main menu bar font size on Windows is still limited to 17 points regardless of the "GUI scale" setting. * fixed a bug that caused the Roi.Paste macro function to not work as expected. * fixed a scale bar width rounding error. * fixed a bug that caused the Edit>Selection>Rotate command to convert Rotated Rectangle selections to Polygon selections. * fixed bugs that caused the Scale and Rotate commands in the ROI Manager to only work correctly when processing all the ROIs. * fixed a 1.53t regression that caused the Image>Stacks>Z Project command to ignore the last slice when doing "Average" projection of 32-bit stacks. * fixed a 1.53o regression that caused unexpected error messages when double clicking on a line in a table or in the ROI Manager when a custom action was not defined (example). * Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN * Tue Dec 06 2022 Dirk Müller <dmueller@suse.com> - update to 1.53v: * too many changes to list here, see https://wsr.imagej.net/notes.html * Fri Apr 08 2022 Fridrich Strba <fstrba@suse.com> - Build with java source and target levels 8 * Fixes build in Factory with jdk17 - Added patch: * imagej-nosourcetarget.patch + Do not hardcode source and target levels, but allow them to be specified on ant's command-line * Wed Dec 02 2020 andy great <andythe_great@pm.me> - Update to version 1.53f. * Added a popup menu to the magnifying glass tool icon. * Added a popup menu triggered on a right click or long press inside a selection. * Updated the built in toolbar "Dev" menu. * The text in a text selection can be edited in the Edit>Selection>Properties dialog. * The File>Import>Image Sequence dialog is used when drag and dropping a folder on the "ImageJ" window. * Undo works with overlays when translating and rotating images, and the "Overlay only" checkbox is only shown in the Translate dialog when there is an overlay. * Added the Edit>Options>Fresh Start command, which closes all images, empties the ROI Manager, clears the Results table and enables the "Black background" option. * The Reslice command is faster on Windows when re-slicing from "Left" or "Right" and it uses an ordinary progress bar when run from a macro. * Added an "Open as separate images" checkbox to the File>Import>Image Sequence dialog. * Added "Foreground..." and "Background..." entries to the color picker tool popup menu. * Added the Image.width, Image.height, Image.copy and Image.paste(x,y) macro functions (example). * Added the Array.filter(arr,str), Math.toRadians(degrees) and Math.toDegrees(radians) functions. * Added the ResultsTable.addRow() method. For an example, run Help>Examples>JavaScript>Sine/Cosine Table. * Fixed a bug that caused the RoiManager.getSelectedIndexes() method to sometimes not work as expected. * Fixed a bug that slowed saving of virtual stacks in TIFF format. * Fixed a bug that caused the dynamic "Value" and "Count" values in HIstogram windows to sometimes not be displayed correctly. * Fixed a bug that caused the Ctrl+F (Edit>Fill) keyboard shortcut on Windows, when used on a stack, to not display the "Proces Stack?" dialog. * Fixed a 1.53e regression that caused the imageCaculator() macro function do somethimes not work as expected. * Fixed a 1.52 regression that caused the Analyze Skeleton plugin to output incorrect Results tables. * Fixed a regression that caused the Edit>Copy to Image Info command in the text editor to fail. * Fixed a 1.53c regression in the AVI Reader that caused it to throw a null pointer exception. * Fixed a 1.52 regression that caused the IJ.getImage() method to sometimes display model error dialogs. * Many bugfixes and usability improvements * Sun Feb 18 2018 jengelh@inai.de - Wrap and compact description. * Thu Feb 15 2018 robby.engelmann@igfs-ev.de - Update to 1.51u * possible to run on Java 9 * Java plugins can now iterate over the points contained in a selection * added support for diamond symbols to the Plot class * many more bugfixes and usability improvements * Tue Mar 08 2016 bwiedemann@suse.com - drop build time from png file to fix build-compare * Tue Apr 09 2013 lumnis@opensuse.org - Update to version 1.47n * see included release-notes.html * Sun Dec 23 2012 dmitry_r@opensuse.org - Remove _service for downloading files - Use ImageMagick for icon converting - Update to version 1.47g * see included release-notes.html
/usr/bin/imagej /usr/share/applications/imagej.desktop /usr/share/doc/packages/imagej /usr/share/doc/packages/imagej/release-notes.html /usr/share/imagej /usr/share/imagej/imagej.jar /usr/share/pixmaps/imagej.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Dec 26 23:24:56 2024