Downloads:
12,102
Downloads of v 1.54:
2,260
Last Update:
09 Nov 2023
Package Maintainer(s):
Software Author(s):
- Wayne Rasband
Tags:
imagej computer-vision image-analysis image-processingImageJ - Image Processing and Analysis in Java
- 1
- 2
- 3
1.54 | Updated: 09 Nov 2023
Downloads:
12,102
Downloads of v 1.54:
2,260
Maintainer(s):
Software Author(s):
- Wayne Rasband
ImageJ - Image Processing and Analysis in Java 1.54
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Wayne Rasband. The inclusion of Wayne Rasband trademark(s), if any, upon this webpage is solely to identify Wayne Rasband goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ImageJ - Image Processing and Analysis in Java, run the following command from the command line or from PowerShell:
To upgrade ImageJ - Image Processing and Analysis in Java, run the following command from the command line or from PowerShell:
To uninstall ImageJ - Image Processing and Analysis in Java, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download imagej --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade imagej -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade imagej -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install imagej
win_chocolatey:
name: imagej
version: '1.54'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'imagej' do
action :install
source 'INTERNAL REPO URL'
version '1.54'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller imagej
{
Name = "imagej"
Version = "1.54"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'imagej':
ensure => '1.54',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Windos on 13 Nov 2023.
Public domain software for processing and analyzing scientific images – a.k.a. ImageJ 1.x.
Features
Display, edit, analyze, process, save, and print 8-bit color and grayscale, 16-bit integer, and 32-bit
floating point imagesRead many image file formats, including TIFF, PNG, GIF, JPEG, BMP, DICOM, and FITS, as well as raw formats
Supports image stacks, a series of images that share a single window, and it is multithreaded, so
time-consuming operations can be performed in parallel on multi-CPU hardwareCalculate area and pixel value statistics of user-defined selections and intensity-thresholded objects
Measure distances and angles
Create density histograms and line profile plots
Supports standard image processing functions such as logical and arithmetical operations between images,
contrast manipulation, convolution, Fourier analysis, sharpening, smoothing, edge detection, and median
filteringGeometric transformations such as scaling, rotation, and flips
Supports any number of images simultaneously, limited only by available memory
Package Parameters
The following package parameter can be set:
/AddToDesktop
- add a desktop shortcut for ImageJ. By default the shortcut will be added for all users/AddToStartMenu
- add a start menu entry for ImageJ. By default the shortcut will be added for all users
eg. choco install -y imagej --package-parameters="/AddToDesktop /AddToStartMenu"
/User
- where the user parameter is specified any shortcuts created (/AddToDesktop
,/AddToStartMenu
)
will only be added for the current user
eg. choco install -y imagej --package-parameters="/AddToDesktop /AddToStartMenu /User"
Notes
- This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
ImageJ Disclaimer
ImageJ was developed at the National Institutes of Health by an employee of the
Federal Government in the course of his official duties. Pursuant to Title 17,
Section 105 of the United States Code, this software is not subject to
copyright protection and is in the public domain. ImageJ is an experimental
system. NIH assumes no responsibility whatsoever for its use by other parties,
and makes no guarantees, expressed or implied, about its quality, reliability,
or any other characteristic.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The application has been downloaded from the official distribution and can
be verified by:
1. Go to the binary distribution page
http://wsr.imagej.net/distros/win/
and download the installer ij154-win-java8.zip using the relevant links in the
asset section of the distribution page.
Alternatively the distribution can be downloaded directly from
http://wsr.imagej.net/distros/win/ij154-win-java8.zip
2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ij154-win-java8.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ij154-win-java8.zip
File: ij154-win-java8.zip
ChecksumType: sha256
Checksum: 32B05356D3A7906E10CA91491C2BE06BFE0397C9E7A3D3B52FDAD9E3EF48276C
Contents of file LICENSE.txt is obtained from https://imagej.nih.gov/ij/disclaimer.html
$ErrorActionPreference = 'Stop'
$link = 'imagej.lnk'
$desktop = [Environment]::GetFolderPath('Desktop')
$commonDesktop = [Environment]::GetFolderPath('CommonDesktopDirectory')
$startMenu = [Environment]::GetFolderPath('StartMenu')
$commonStartMenu = [Environment]::GetFolderPath('CommonStartMenu')
$paths = @(
(Join-Path $desktop $link),
(Join-Path $commonDesktop $link),
(Join-Path $startMenu $link),
(Join-Path $commonStartMenu $link)
)
$paths.GetEnumerator() | ForEach-Object {
if (Test-Path -Path $_) {
Remove-Item $_ -ErrorAction SilentlyContinue -Force | Out-Null
}
}
$ErrorActionPreference = 'Stop'
Uninstall-Binfile -name 'imagej' -path 'imagej.exe'
Uninstall-ChocolateyZipPackage 'imagej' 'ij154-win-java8.zip'
md5: E4E95286F9EFA6E1E9ABB1FCD10EE3CA | sha1: 4CA4BAFCDD6F2E0AB00795EB6A53C440ED9A83BC | sha256: 32B05356D3A7906E10CA91491C2BE06BFE0397C9E7A3D3B52FDAD9E3EF48276C | sha512: E29314FF74929263677796AE8FDADE043E39A4A866AA318082804B940AF331E193EED47D98628D471627EE8BF31DC0298DBC524BEC5F2ED8CED67D3C57F362F8
Log in or click on link to see number of positives.
- msvcp140.dll (99e3e25cda40) - ## / 71
- vcruntime140.dll (2b7602cc1521) - ## / 71
- ImageJ.exe (78723ae62a15) - ## / 72
- imagej.1.54.nupkg (393c4d52007a) - ## / 43
- ij154-win-java8.zip (32b05356d3a7) - ## / 43
- api-ms-win-core-console-l1-1-0.dll (191e08dea0ad) - ## / 72
- api-ms-win-core-console-l1-2-0.dll (9e04918d9e75) - ## / 73
- api-ms-win-core-datetime-l1-1-0.dll (a94b80a5111a) - ## / 72
- api-ms-win-core-debug-l1-1-0.dll (263e03836352) - ## / 73
- api-ms-win-core-errorhandling-l1-1-0.dll (085968d938ea) - ## / 75
- api-ms-win-core-fibers-l1-1-0.dll (c86ebc9f48e2) - ## / 74
- api-ms-win-core-file-l1-1-0.dll (120c3afed9ce) - ## / 73
- api-ms-win-core-file-l1-2-0.dll (0dc1f695befd) - ## / 73
- api-ms-win-core-file-l2-1-0.dll (18655793b4d4) - ## / 75
- api-ms-win-core-handle-l1-1-0.dll (7e45a1b99733) - ## / 74
- api-ms-win-core-heap-l1-1-0.dll (dd1e8c770026) - ## / 74
- api-ms-win-core-interlocked-l1-1-0.dll (ea60d03a35ef) - ## / 74
- api-ms-win-core-libraryloader-l1-1-0.dll (929298566ba0) - ## / 75
- api-ms-win-core-localization-l1-2-0.dll (dc570708327c) - ## / 73
- api-ms-win-core-memory-l1-1-0.dll (8a4b66cea7b4) - ## / 74
- api-ms-win-core-namedpipe-l1-1-0.dll (e8382a73730c) - ## / 75
- api-ms-win-core-processenvironment-l1-1-0.dll (9c1afc7cd0b0) - ## / 75
- api-ms-win-core-processthreads-l1-1-0.dll (6e5bd110a2f4) - ## / 74
- api-ms-win-core-processthreads-l1-1-1.dll (19b018be16af) - ## / 75
- api-ms-win-core-profile-l1-1-0.dll (cc3c609193f2) - ## / 75
- api-ms-win-core-rtlsupport-l1-1-0.dll (bcb9a6dd2cc0) - ## / 75
- api-ms-win-core-string-l1-1-0.dll (9b071b842445) - ## / 75
- api-ms-win-core-synch-l1-1-0.dll (a981a24c9231) - ## / 74
- api-ms-win-core-synch-l1-2-0.dll (69dd52caffe1) - ## / 70
- api-ms-win-core-sysinfo-l1-1-0.dll (3513cffa44c8) - ## / 74
- api-ms-win-core-timezone-l1-1-0.dll (24f4530debf2) - ## / 72
- api-ms-win-core-util-l1-1-0.dll (2e1cc12f9383) - ## / 75
- api-ms-win-crt-conio-l1-1-0.dll (1368b9af85f1) - ## / 75
- api-ms-win-crt-convert-l1-1-0.dll (2ccb01b62188) - ## / 75
- api-ms-win-crt-environment-l1-1-0.dll (5a2ae5b270c1) - ## / 75
- api-ms-win-crt-filesystem-l1-1-0.dll (42a99227775e) - ## / 74
- api-ms-win-crt-heap-l1-1-0.dll (43c80120970b) - ## / 74
- api-ms-win-crt-locale-l1-1-0.dll (6011ece89f48) - ## / 75
- api-ms-win-crt-math-l1-1-0.dll (5ba8f9c28429) - ## / 72
- api-ms-win-crt-multibyte-l1-1-0.dll (77328a716589) - ## / 75
- api-ms-win-crt-private-l1-1-0.dll (0e2751637bbe) - ## / 75
- api-ms-win-crt-process-l1-1-0.dll (cfc12dd7c1de) - ## / 75
- api-ms-win-crt-runtime-l1-1-0.dll (698fa887c5b9) - ## / 75
- api-ms-win-crt-stdio-l1-1-0.dll (c1541ed4dc68) - ## / 75
- api-ms-win-crt-string-l1-1-0.dll (4429b8e67076) - ## / 74
- api-ms-win-crt-time-l1-1-0.dll (f3e6f692cec8) - ## / 75
- api-ms-win-crt-utility-l1-1-0.dll (6c78d4aba918) - ## / 74
- awt.dll (13d86520fc0c) - ## / 62
- dt_shmem.dll (a12cd85b8c4e) - ## / 70
- dt_socket.dll (76a3f872d95e) - ## / 70
- fontmanager.dll (f730c2dd019b) - ## / 70
- freetype.dll (3a5e6c8976f0) - ## / 69
- hprof.dll (98f8db7645f9) - ## / 69
- instrument.dll (71ddc1491b98) - ## / 69
- j2pcsc.dll (b55b2a7b3783) - ## / 69
- j2pkcs11.dll (b1e80ebe6f11) - ## / 69
- jaas_nt.dll (0d42e7df1491) - ## / 69
- jabswitch.exe (e4e0b926d724) - ## / 70
- java-rmi.exe (85851f5243c9) - ## / 70
- java.dll (df5915e1155c) - ## / 70
- java.exe (3151c0e850df) - ## / 72
- JavaAccessBridge-64.dll (4986a9f3cbfe) - ## / 69
- javaw.exe (bbb71e852453) - ## / 71
- java_crw_demo.dll (80ffb6fe3038) - ## / 70
- jawt.dll (03e2884f7943) - ## / 69
- JAWTAccessBridge-64.dll (097c4885332b) - ## / 69
- jdwp.dll (d6812d20434f) - ## / 69
- jfr.exe (b89b3ec2a5b6) - ## / 70
- jjs.exe (860a52f0da52) - ## / 70
- jli.dll (d6fc78d166cc) - ## / 69
- jpeg.dll (e54731eec5a2) - ## / 71
- jsdt.dll (17e3f6294478) - ## / 70
- jsound.dll (3d5049193e1c) - ## / 69
- jsoundds.dll (3cbec7d74244) - ## / 69
- keytool.exe (09cc032f1032) - ## / 70
- kinit.exe (53b1bf6cd344) - ## / 70
- klist.exe (8902954e425d) - ## / 70
- ktab.exe (1d7e9272ad68) - ## / 70
- lcms.dll (fd98bd1bb1da) - ## / 69
- management.dll (4e9b4e9cf206) - ## / 69
- mlib_image.dll (e6e8b983c589) - ## / 70
- net.dll (69e6ef6cfc9c) - ## / 70
- nio.dll (667ec7247e80) - ## / 70
- npt.dll (88519db0eb33) - ## / 69
- orbd.exe (ba66cb9fb5c6) - ## / 70
- pack200.exe (767132c87823) - ## / 70
- policytool.exe (ebc17fc2934d) - ## / 70
- rmid.exe (d94644321434) - ## / 70
- rmiregistry.exe (2cb6d79daca2) - ## / 70
- servertool.exe (b26d4693d570) - ## / 70
- splashscreen.dll (52a7e643a48e) - ## / 69
- sunec.dll (e4093606620e) - ## / 69
- sunmscapi.dll (f7d548764aab) - ## / 69
- tnameserv.exe (a43dc5fcf250) - ## / 70
- ucrtbase.dll (d2ebd8719455) - ## / 73
- unpack.dll (28c2a9ad3347) - ## / 68
- unpack200.exe (0a2773d32aba) - ## / 70
- verify.dll (2274c33f3484) - ## / 70
- w2k_lsa_auth.dll (ca7d178f885f) - ## / 69
- WindowsAccessBridge-64.dll (3747a5576c1b) - ## / 69
- zip.dll (58662630cc07) - ## / 69
- jvm.dll (c6af009ecc1d) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
ImageJ - Image Processing and Analysis in Java 1.54 | 2260 | Thursday, November 9, 2023 | Approved | |
ImageJ - Image Processing and Analysis in Java 1.53 | 2016 | Wednesday, September 28, 2022 | Approved | |
ImageJ - Image Processing and Analysis in Java 1.52 | 350 | Sunday, September 4, 2022 | Approved | |
ImageJ 1.50 | 5336 | Friday, April 22, 2016 | Approved | |
ImageJ 1.49 | 694 | Thursday, November 5, 2015 | Approved | |
ImageJ 1.45.0.1 | 840 | Sunday, January 26, 2014 | Unknown | |
ImageJ 1.45 | 606 | Monday, January 9, 2012 | Unknown |
ImageJ is dedicated to the public domain
This package has no dependencies.
Ground Rules:
- This discussion is only about ImageJ - Image Processing and Analysis in Java and the ImageJ - Image Processing and Analysis in Java package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or ImageJ - Image Processing and Analysis in Java, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.