libjpeg.static
8.3.0
Requires NuGet 2.5 or higher.
dotnet add package libjpeg.static --version 8.3.0
NuGet\Install-Package libjpeg.static -Version 8.3.0
<PackageReference Include="libjpeg.static" Version="8.3.0" />
paket add libjpeg.static --version 8.3.0
#r "nuget: libjpeg.static, 8.3.0"
// Install libjpeg.static as a Cake Addin #addin nuget:?package=libjpeg.static&version=8.3.0 // Install libjpeg.static as a Cake Tool #tool nuget:?package=libjpeg.static&version=8.3.0
This distribution contains the ninth public release of the Independent JPEG
Group's free JPEG software. You are welcome to redistribute this software and
to use it for any purpose, subject to the conditions under LEGAL ISSUES, below.
This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone,
Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson,
Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers,
and other members of the Independent JPEG Group.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- YY.NuGet.Import.Helper (>= 1.0.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.3.0 | 2,526 | 9/17/2020 |
Add option to compression library and cjpeg (-block N) to use
different DCT block size.
All N from 1 to 16 are possible. Default is 8 (baseline format).
Larger values produce higher compression,
smaller values produce higher quality.
SmartScale capable decoder (introduced with IJG JPEG 8) required.