Downloads:
10,447
Downloads of v 1.9.2:
821
Last Update:
20 Oct 2016
Package Maintainer(s):
Software Author(s):
- Graeme Gill
Tags:
graphics calibration color management cliArgyll CMS
This is not the latest version of Argyll CMS available.
- 1
- 2
- 3
1.9.2 | Updated: 20 Oct 2016
Downloads:
10,447
Downloads of v 1.9.2:
821
Maintainer(s):
Software Author(s):
- Graeme Gill
Argyll CMS 1.9.2
This is not the latest version of Argyll CMS available.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Argyll CMS, run the following command from the command line or from PowerShell:
To upgrade Argyll CMS, run the following command from the command line or from PowerShell:
To uninstall Argyll CMS, 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 argyll --internalize --version=1.9.2 --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 argyll -y --source="'INTERNAL REPO URL'" --version="'1.9.2'" [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 argyll -y --source="'INTERNAL REPO URL'" --version="'1.9.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install argyll
win_chocolatey:
name: argyll
version: '1.9.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'argyll' do
action :install
source 'INTERNAL REPO URL'
version '1.9.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller argyll
{
Name = "argyll"
Version = "1.9.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'argyll':
ensure => '1.9.2',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 16 Jul 2017.
Argyll Color Management System is an ICC compatible color management system, available as Open Source. It supports accurate ICC profile creation for scanners, cameras and film recorders, and calibration and profiling of displays and RGB & CMYK printers. Device Link can be created with a wide variety of advanced options, including specialized Video calibration standards and 3dLuts. Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source specific gamut mappings for perceptual and saturation intents. Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents. It also includes code for the fastest portable 8 bit raster color conversion engine available anywhere, as well as support for fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer. Comprehensive documentation is provided for each major tool, and a general guide to using the tools for typical color management tasks is also available. A mailing list provides support for more advanced usage.
Argyll is a collection of source code that compiles into a set of command line tools, licensed under the GNU licensing terms.
Argyll also includes a general purpose ICC V2 profile format access library, icclib, and a general purpose CGATS file format I/O library.
Log in or click on link to see number of positives.
- argyll.1.9.2.nupkg (806a2fb108a0) - ## / 56
- applycal.exe (c3390428dbd4) - ## / 57
- average.exe (f4ac2bebacf2) - ## / 57
- cb2ti3.exe (7b52ffdd164a) - ## / 56
- cctiff.exe (f85afef33499) - ## / 57
- ccxxmake.exe (7e789cf38df6) - ## / 57
- chartread.exe (f5d7abe3b0bf) - ## / 56
- collink.exe (28e14f90cf44) - ## / 57
- colprof.exe (2d12e930eb55) - ## / 56
- colverify.exe (fcd6de8d764d) - ## / 57
- dispcal.exe (fca0fdefe5ce) - ## / 57
- dispread.exe (4d9a7d10a2cb) - ## / 55
- dispwin.exe (ce71dade41d7) - ## / 57
- extracticc.exe (1a429c0c7bd9) - ## / 56
- extractttag.exe (1154f88b532c) - ## / 57
- fakeCMY.exe (03097cd18096) - ## / 57
- fakeread.exe (e8abb0a5dced) - ## / 56
- greytiff.exe (4ea82c787785) - ## / 57
- iccdump.exe (25cb2dce837b) - ## / 56
- iccgamut.exe (31649cdb58ef) - ## / 57
- icclu.exe (645a30dfbf52) - ## / 56
- illumread.exe (6d59c958157e) - ## / 57
- invprofcheck.exe (08fcf253ba2a) - ## / 57
- kodak2ti3.exe (05dce24f38af) - ## / 57
- ls2ti3.exe (7a97de0892cc) - ## / 57
- mppcheck.exe (09faf37ed9f1) - ## / 57
- mpplu.exe (fb1073333675) - ## / 57
- mppprof.exe (f6b74ac28db5) - ## / 55
- oeminst.exe (f4596e8df10f) - ## / 56
- printcal.exe (0d026dd2760e) - ## / 56
- printtarg.exe (c93c77dec87e) - ## / 57
- profcheck.exe (a8d6f68ed7d4) - ## / 56
- refine.exe (3080ee6df3a1) - ## / 57
- revfix.exe (ea3ec0744e6a) - ## / 57
- scanin.exe (87324b4f78b1) - ## / 57
- spec2cie.exe (1c0bb1668ed1) - ## / 57
- specplot.exe (5607f4a6adc9) - ## / 57
- splitti3.exe (91542945c680) - ## / 57
- spotread.exe (21407be4ec23) - ## / 57
- synthcal.exe (cfbc172a9af6) - ## / 55
- synthread.exe (6197ddb8d264) - ## / 55
- targen.exe (b37772eebed2) - ## / 57
- tiffgamut.exe (59831ffe5c09) - ## / 56
- timage.exe (ac3d909606ce) - ## / 57
- txt2ti3.exe (1d65f31a298d) - ## / 57
- viewgam.exe (1c45d0a8aa7f) - ## / 57
- xicclu.exe (b0bea2018127) - ## / 57
- i1proHiRes.zip (eeaf32e67444) - ## / 59
- applycal.exe (8f1fad633eeb) - ## / 57
- average.exe (97946a2d08fa) - ## / 57
- cb2ti3.exe (05e964a9e4b7) - ## / 57
- cctiff.exe (ba19a8ddce7a) - ## / 57
- ccxxmake.exe (f6ab8e7f3b48) - ## / 57
- chartread.exe (d55ca63d1cb3) - ## / 56
- collink.exe (e67615f1b8d1) - ## / 56
- colprof.exe (6b2e2076522b) - ## / 56
- colverify.exe (bf4f12b3fe37) - ## / 56
- dispcal.exe (d6ca1a6a4891) - ## / 57
- dispread.exe (76b050478f4e) - ## / 57
- dispwin.exe (bfa2ee845aa8) - ## / 56
- extracticc.exe (40b9a61f3b48) - ## / 57
- extractttag.exe (012c7327ee7b) - ## / 57
- fakeCMY.exe (afe800d7264d) - ## / 57
- fakeread.exe (4fad3ffed752) - ## / 57
- greytiff.exe (bb37c1dbdae0) - ## / 57
- iccdump.exe (f19d6d7bfa46) - ## / 56
- iccgamut.exe (e0250f139c9e) - ## / 57
- icclu.exe (c7db2087f4ae) - ## / 57
- illumread.exe (1b6f67704784) - ## / 56
- invprofcheck.exe (f7aad36a7335) - ## / 56
- kodak2ti3.exe (c45576d6b7eb) - ## / 56
- ls2ti3.exe (c75df9ed4c74) - ## / 56
- mppcheck.exe (5ae0585baecd) - ## / 57
- mpplu.exe (d62ed78ca2e0) - ## / 56
- mppprof.exe (4b609188bcd5) - ## / 57
- oeminst.exe (629f0b4650a3) - ## / 55
- printcal.exe (e6c3bb271541) - ## / 56
- printtarg.exe (d0add2b5eb95) - ## / 56
- profcheck.exe (edc23ad3fecd) - ## / 57
- refine.exe (cf83775cca2e) - ## / 56
- revfix.exe (3b276c289684) - ## / 57
- scanin.exe (220f1232ae47) - ## / 56
- spec2cie.exe (eee465e2a737) - ## / 57
- specplot.exe (472ba235cf9b) - ## / 57
- splitti3.exe (454e0f160bb8) - ## / 57
- spotread.exe (c6969e11b322) - ## / 57
- synthcal.exe (072c05b0f60d) - ## / 57
- synthread.exe (b913ed4727b2) - ## / 56
- targen.exe (71bdd4afb1ac) - ## / 56
- tiffgamut.exe (3a1aedb42e09) - ## / 57
- timage.exe (914656676c99) - ## / 57
- txt2ti3.exe (d54d15a68242) - ## / 56
- viewgam.exe (d6982a273d00) - ## / 56
- xicclu.exe (f593da55fde3) - ## / 57
- Argyll_V1.9.2_win64_exe.zip (d521825c2c78) - ## / 55
- Argyll_V1.9.2_win32_exe.zip (fbc4de3e0ad5) - ## / 55
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 |
---|---|---|---|---|
Argyll CMS 2.3.1 | 1750 | Wednesday, June 29, 2022 | Approved | |
Argyll CMS 2.3.0 | 1267 | Monday, December 27, 2021 | Approved | |
Argyll CMS 2.2.1 | 844 | Friday, September 17, 2021 | Approved | |
Argyll CMS 2.2.0 | 990 | Tuesday, May 4, 2021 | Approved | |
Argyll CMS 2.1.2 | 1533 | Monday, August 10, 2020 | Approved | |
Argyll CMS 2.0.1 | 2083 | Monday, July 9, 2018 | Approved | |
Argyll CMS 2.0.0 | 701 | Saturday, November 18, 2017 | Approved | |
Argyll CMS 1.9.2 | 821 | Thursday, October 20, 2016 | Approved | |
Argyll CMS 1.8.3 | 458 | Thursday, February 11, 2016 | Approved |
© 1995 Graeme Gill
This package has no dependencies.
Ground Rules:
- This discussion is only about Argyll CMS and the Argyll CMS 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 Argyll CMS, 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.