Flux.Jpeg.Core 0.7.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Flux.Jpeg.Core --version 0.7.2
NuGet\Install-Package Flux.Jpeg.Core -Version 0.7.2
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="Flux.Jpeg.Core" Version="0.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flux.Jpeg.Core --version 0.7.2
#r "nuget: Flux.Jpeg.Core, 0.7.2"
#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 Flux.Jpeg.Core as a Cake Addin
#addin nuget:?package=Flux.Jpeg.Core&version=0.7.2

// Install Flux.Jpeg.Core as a Cake Tool
#tool nuget:?package=Flux.Jpeg.Core&version=0.7.2

This is a fork with minor changes from the original FJCore library at https://code.google.com/p/fjcore
That library seems to be stagnant.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.8.0 27,288 7/29/2014
0.7.2 10,086 9/23/2013
0.7.1 1,238 8/14/2013
0.7.0 1,367 4/1/2013

v 0.7.2

Signed assemblies with snk-key to make assemblies names strong.

v 0.7.1:

Added .NET 3.5 library and portable library. Portable library can target .NET 4 and higher, Windows Store apps, Windows Phone 7 and higher, Silverlight 4 and higher, XBox 360.

v 0.7.0:

BREAKING CHANGE. Changed Resize() to use specific x,y dimensions and moved old Resize() to ResizeToScale()
Also wired up the Progress Changed event to actually fire.