-
Notifications
You must be signed in to change notification settings - Fork 0
/
crushee.install.nuspec
66 lines (53 loc) · 3.77 KB
/
crushee.install.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>crushee.install</id>
<version>2.4.6</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-crushee.install/tree/v2.4.6</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Crushee (Install)</title>
<authors>Xander Frangos</authors>
<projectUrl>https://crushee.app/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-crushee.install@899fd1d5ccc784374ecd07d819958fa2f6f4f9a8/crushee.install.png</iconUrl>
<copyright>Copyright © 2023 Xander Frangos</copyright>
<licenseUrl>https://github.com/xanderfrangos/crushee/blob/v2.4.6/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/xanderfrangos/crushee/tree/v2.4.6</projectSourceUrl>
<bugTrackerUrl>https://github.com/xanderfrangos/crushee/issues</bugTrackerUrl>
<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 embedded cross-platform foss</tags>
<summary>Precisely compress, resize, and convert images.</summary>
<description><![CDATA[
---
### [choco://crushee.install](choco://crushee.install)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/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.
![Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-crushee.install@899fd1d5ccc784374ecd07d819958fa2f6f4f9a8/Screenshot.png)
### 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 Notes
The installer executed by this package was built using Nullsoft Scriptable Install System (NSIS). For advanced setup scenarios, refer to [NSIS's command-line interface documentation](https://nsis.sourceforge.io/Docs/Chapter3.html). Any desired arguments can be appended to (or optionally overriding with the `--override-arguments` switch) the package's default install arguments with the `--install-arguments` option.
---
For future upgrade operations, consider opting into Chocolatey's `useRememberedArgumentsForUpgrades` feature to avoid having to pass the same arguments with each upgrade:
```shell
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
<releaseNotes>https://github.com/xanderfrangos/crushee/releases/tag/v2.4.6</releaseNotes>
</metadata>
<files>
<file src="tools\chocolateyinstall.ps1" target="tools" />
<file src="tools\chocolateyuninstall.ps1" target="tools" />
<file src="tools\Crushee-v*-win-setup.exe" target="tools" />
<file src="tools\LICENSE.txt" target="tools" />
<file src="tools\VERIFICATION.txt" target="tools" />
</files>
</package>