ImageJ x64 1.53f freeware
ImageJ x64 is an interesting Java based image processing application 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.1 or later virtual machine. 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". ...
Author | Wayne Rasband |
Released | 2020-10-27 |
Filesize | 77.20 MB |
Downloads | 1464 |
OS | Windows Vista x64, Windows 7 x64, Windows 8 x64, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | x64 edit, x64 modify |
Users' rating (19 rating) |
ImageJ x64 Free Download - we do not host any ImageJ x64 torrent files or links of ImageJ x64 on rapidshare.com, depositfiles.com, megaupload.com etc. All ImageJ x64 download links are direct ImageJ x64 download from publisher site or their selected mirrors.
1.53f | Oct 27, 2020 | New Release | Thanks to Wei Ouyang, tool bar and image popup menus are triggered by long presses in addition to right clicks, needed because right clicks are not normally possible when Image.JS is running on Android and iOS devices. Thanks to Wei Ouyang, 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. Thanks to Michael Schmid, the text in a text selection can be edited in the Edit>Selection>Properties dialog. Thanks to Stein Rorvik, the File>Import>Image Sequence dialog is used when drag and dropping a folder on the "ImageJ" window. Thanks to Michael Schmid and Thomas Fischer, 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. Thanks to Robert Haase, added the Edit>Options>Fresh Start command, which closes all images, empties the ROI Manager |
1.53a | Apr 14, 2020 | New Release | Thanks to Michael Ellis, added support for saving and restoring persistent image properties via the Property.set(key,value) and Property.get(key) macro functions and the setProp(key,string), getProp(key), setProp(key,double) and getNumericProp(key) methods (JavaScript example). Removed file sizes from entries in the File>Open Samples> submenu. Macros that use the old entries (e.g. "Blobs (25K)") continue to work. Thanks to Laurent Thomas, the Overlay and RoiManager classes are now iterable. Plugins can use "for (Roi roi : rm)" instead of "for (int i = 0; i != rm.getCount(); i++)". In JavaScript, use "for each (roi in rm)" (example). Thanks to Norbert Vischer, added the [&n] macro shortcut notation that allows shortcuts to be used on both numerical keypads and normal (laptop) keyboards. (example). |
1.52v | Apr 14, 2020 | New Release | Thanks to Norbert Vischer, macro error messages include the call stack. (example). Added a "Set default directory" code choice to the Edit>Options>Startup dialog. Thanks to Laurent Thomas, the RoiManager class is now iterable. The run("Viridis") macro function now works on Fiji (example). |