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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libjpeg.static" Version="8.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libjpeg.static --version 8.3.0
#r "nuget: libjpeg.static, 8.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,456 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.