Downloads:
369
Downloads of v 2.4.5:
112
Last Update:
20 Nov 2022
Package Maintainer(s):
Software Author(s):
- Xander Frangos
Tags:
crushee jpeg jpg png gif svg webp avif heic image conversion resize resizing crop cropping compress compression batch optimization quality chroma subsampling chroma-subsampling electron nodejs 64-bit portable embedded cross-platform foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Crushee (Portable)
This is not the latest version of Crushee (Portable) available.
- 1
- 2
- 3
2.4.5 | Updated: 20 Nov 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
369
Downloads of v 2.4.5:
112
Maintainer(s):
Software Author(s):
- Xander Frangos
Crushee (Portable) 2.4.5
This is not the latest version of Crushee (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Xander Frangos. The inclusion of Xander Frangos trademark(s), if any, upon this webpage is solely to identify Xander Frangos goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Crushee (Portable), run the following command from the command line or from PowerShell:
To upgrade Crushee (Portable), run the following command from the command line or from PowerShell:
To uninstall Crushee (Portable), 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 crushee.portable --internalize --version=2.4.5 --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 crushee.portable -y --source="'INTERNAL REPO URL'" --version="'2.4.5'" [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 crushee.portable -y --source="'INTERNAL REPO URL'" --version="'2.4.5'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install crushee.portable
win_chocolatey:
name: crushee.portable
version: '2.4.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'crushee.portable' do
action :install
source 'INTERNAL REPO URL'
version '2.4.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller crushee.portable
{
Name = "crushee.portable"
Version = "2.4.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'crushee.portable':
ensure => '2.4.5',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator TheCakeIsNaOH on 22 Nov 2022.
choco://crushee.portable
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Crushee
Crushee is an image compression tool, powered by Electron and Node.js. You can carefully tune your images locally to meet your needs, without having to re-upload to a web service, or restart an application every time.
Features
- Input several different image file formats (e.g. JPEG, PNG, GIF, SVG, WebP, AVIF, HEIC)
- Optionally convert to select image file formats (e.g. JPEG, PNG, WebP, AVIF)
- Resize images - define an exact size, or upscale/downscale while preserving the original aspect ratio
- Batch processing - analyze, crush and save multiple images at once!
- Quality Level sliders - experiment and find the perfect balance between picture quality and file size!
- Advanced format-specific options, such as Chroma Subsampling Level and Color Count
- Light/Dark Mode app theme
Package Parameters
/NoShim
- Opt out of creating a GUI shim./NoDesktopShortcut
- Opt out of creating a Desktop shortcut./NoProgramsShortcut
- Opt out of creating a Programs shortcut in your Start Menu./Start
- Automatically start Crushee after installation completes.
Package Notes
This package may create a shim for Crushee.exe
, as is typical for a portable application package. However, shimgen
will create a GUI shim, which will not wait for the underlying process to exit by default. This may cause issues with displaying console output when viewing debug messages. Users requiring this functionality should pass the --shimgen-waitforexit
switch to ensure the shim behaves correctly.
When using the /Start
package parameter, you may see a large CLIXML
block logged to stderr
. This is a known issue with Chocolatey's Start-ChocolateyProcessAsAdmin
cmdlet, and is not necessarily indicative of an error condition. Until this is addressed, you should ensure the failOnStandardError
feature is disabled while installing/upgrading this package.
For future upgrade operations, consider opting into Chocolatey's useRememberedArgumentsForUpgrades
feature to avoid having to pass the same arguments with each upgrade:
choco feature enable --name=useRememberedArgumentsForUpgrades
$ErrorActionPreference = 'Stop'
$processName = 'Crushee'
$processes = Get-Process -Name $processName -ErrorAction SilentlyContinue
if ($processes)
{
Write-Warning "$processName is currently running, stopping it to prevent upgrade/uninstall from failing..."
foreach ($process in $processes)
{
Stop-Process -InputObject $process -ErrorAction SilentlyContinue
Start-Sleep -Seconds 3
}
$processes = Get-Process -Name $processName -ErrorAction SilentlyContinue
if ($processes)
{
Write-Warning "$processName is still running despite stop request, force stopping it..."
$processes | Stop-Process -Force -ErrorAction SilentlyContinue
}
Write-Warning "If upgrading, $processName may need to be manually restarted upon completion"
}
else
{
Write-Debug "No running $processName processes instances were found"
}
$ErrorActionPreference = 'Stop'
$linkName = 'Crushee (Portable).lnk'
$programsDirectory = [Environment]::GetFolderPath([Environment+SpecialFolder]::Programs)
$programsShortcutFilePath = Join-Path -Path $programsDirectory -ChildPath $linkName
if (Test-Path $programsShortcutFilePath) {
Remove-Item $programsShortcutFilePath
}
$desktopDirectory = [Environment]::GetFolderPath([Environment+SpecialFolder]::DesktopDirectory)
$desktopShortcutFilePath = Join-Path -Path $desktopDirectory -ChildPath $linkName
if (Test-Path $desktopShortcutFilePath) {
Remove-Item $desktopShortcutFilePath
}
md5: 4F655B557803F2433AE0E8368EF08C0F | sha1: 30BE0FCF846005C47EA7ACFFF7554F46B3DB2BE6 | sha256: FB3DFDA738BC5096F1F695F7E2197127DEC858057FCE7B7AD571D1EAF31D0B22 | sha512: 14F6F39DDC92829B6A19EE42EC21D503AEF90BDBE164C9EF6A492A45C6B2659A6F5A97B93082648B9132534B4AB4110BAC4427F23EC882B18B73BE630EB0C375
From: https://raw.githubusercontent.com/xanderfrangos/crushee/v2.4.5/LICENSE
MIT License
Copyright (c) 2020 Xander Frangos
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The packaged Windows portable archive is available for independent download via the
Releases page on Crushee's GitHub repository. A download link for the packaged version
is included at the following URL:
https://github.com/xanderfrangos/crushee/releases/tag/v2.4.5
For convenience, this is a direct URL to the relevant asset:
https://github.com/xanderfrangos/crushee/releases/download/v2.4.5/Crushee-v2.4.5-win-portable.zip
The following PowerShell command will print a calculated SHA256 hash:
(Get-FileHash -Path Crushee-v2.4.5-win-portable.zip -Algorithm SHA256).Hash
This command should be executed against an independently downloaded archive, as well
as the copy distributed with the package. Both hash values should be identical. A
matching hash value should confirm that no corruption or tampering has occurred
during this package's generation process.
For reference, the following SHA256 hash was calculated during the package's automated creation:
FB3DFDA738BC5096F1F695F7E2197127DEC858057FCE7B7AD571D1EAF31D0B22
Log in or click on link to see number of positives.
- elevate.exe (9b1fbf0c11c5) - ## / 73
- d3dcompiler_47.dll (5653bc7b0e27) - ## / 59
- crushee.portable.2.4.5.nupkg (026112e56f59) - ## / 56
- Crushee-v2.4.5-win-portable.zip (fb3dfda738bc) - ## / 58
- Crushee.exe (7222dc1d7070) - ## / 65
- ffmpeg.dll (0e900cb8f59b) - ## / 71
- libEGL.dll (1e72a779c377) - ## / 69
- libGLESv2.dll (cd29b158d629) - ## / 71
- vk_swiftshader.dll (bb008da8b7e7) - ## / 69
- vulkan-1.dll (1995850d606d) - ## / 69
- advpng.exe (68e537f1f0f6) - ## / 67
- gifsicle.exe (7ee5c0ce1e5d) - ## / 69
- jpeg-recompress.exe (ebd88da13981) - ## / 71
- jpegtran.exe (c38d0ffc66d1) - ## / 67
- libjpeg-62.dll (3e65fc9397fa) - ## / 70
- cjpeg.exe (8d7786a47212) - ## / 63
- pngquant.exe (af7598aa09ba) - ## / 71
- advancecomp-2.1.tar.gz (6113c2b62723) - ## / 57
- gifsicle-1.92.tar.gz (5ab556c01d65) - ## / 57
- jpeg-archive-2.2.0.tar.gz (3da16a5abbdd) - ## / 58
- libjpeg-turbo-1.5.1.tar.gz (41429d3d2530) - ## / 58
- mozjpeg.tar.gz (8aecc1ecad44) - ## / 57
- pngquant.tar.gz (e206e5ff103a) - ## / 55
- libglib-2.0-0.dll (7ffe6a688ced) - ## / 69
- libgobject-2.0-0.dll (1029faf22a80) - ## / 69
- libvips-42.dll (cd534442cc41) - ## / 69
- libvips-cpp.dll (eaaa2f803ad9) - ## / 67
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 |
---|---|---|---|---|
Crushee (Portable) 2.4.6 | 257 | Thursday, June 22, 2023 | Approved | |
Crushee (Portable) 2.4.5 | 112 | Sunday, November 20, 2022 | Approved |
Copyright © 2022 Xander Frangos
This package has no dependencies.
Ground Rules:
- This discussion is only about Crushee (Portable) and the Crushee (Portable) 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 Crushee (Portable), 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.