Skip to content

Commit 263ab23

Browse files
New package: IJG.jpegtran version 10 (microsoft#383303)
1 parent adb45ac commit 263ab23

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Created using wingetcreate 1.12.8.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: IJG.jpegtran
5+
PackageVersion: "10"
6+
InstallerType: portable
7+
Commands:
8+
- jpegtran
9+
Installers:
10+
- Architecture: neutral
11+
InstallerUrl: https://jpegclub.org/jpegtran.exe
12+
InstallerSha256: 54D323ED26696A46D02E413D4236BE0A6DEC762517B86D9176822AE06AAF0325
13+
ManifestType: installer
14+
ManifestVersion: 1.12.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created using wingetcreate 1.12.8.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: IJG.jpegtran
5+
PackageVersion: "10"
6+
PackageLocale: en-US
7+
Publisher: Independent JPEG Group
8+
PublisherUrl: https://jpegclub.org/
9+
PublisherSupportUrl: https://jpegclub.org/reference/contact/
10+
PrivacyUrl: https://jpegclub.org/reference/privacy-policy/
11+
Author: Independent JPEG Group
12+
PackageName: jpegtran
13+
PackageUrl: https://jpegclub.org/jpegtran/
14+
License: Open Source
15+
LicenseUrl: https://jpegclub.org/reference/jpeg-faq/
16+
CopyrightUrl: https://jpegclub.org/reference/jpeg-faq/
17+
ShortDescription: jpegtran performs various useful transformations of JPEG files
18+
Description: 'jpegtran performs various useful transformations of JPEG files. It can translate the coded representation from one variant of JPEG to another, for example from baseline JPEG to progressive JPEG or vice versa. It can also perform some rearrangements of the image data, for example turning an image from landscape to portrait format by rotation.\njpegtran works by rearranging the compressed data (DCT coefficients), without ever fully decoding the image. Therefore, its transformations are lossless: there is no image degradation at all, which would not be true if you used djpeg followed by cjpeg to accomplish the same conversion. But by the same token, jpegtran cannot perform lossy operations such as changing the image quality.\njpegtran reads the named JPEG/JFIF file, or the standard input if no file is named, and produces a JPEG/JFIF file on the standard output.'
19+
Moniker: jpegtran
20+
Tags:
21+
- JPEG
22+
- JFIF
23+
- lossless
24+
- rotate
25+
- rotation
26+
- crop
27+
ReleaseNotes: 'jmorecfg.h: add JPEG_DATA_PRECISION parameter alongside and independent of BITS_IN_JSAMPLE, enabling higher bit depth support with backward compatibility and preparing the next standard for file interchange.\nAdd lossless negate function in jpegtran. Thank to Ulf-Dietrich Braumann for suggestion.\nEnable processing of images using reversible color transform with various bit depths by jpegtran.\nAdd Windwos 64 Bit (Modern) platform support in the C++Builder/RAD Studio build, remove ARM (32-bit) platform support in the Visual Studio build.'
28+
ReleaseNotesUrl: https://jpegclub.org/reference/reference-sources/
29+
ManifestType: defaultLocale
30+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created using wingetcreate 1.12.8.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: IJG.jpegtran
5+
PackageVersion: "10"
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)