Flux.Jpeg.Core
0.7.1
See the version list below for details.
dotnet add package Flux.Jpeg.Core --version 0.7.1
NuGet\Install-Package Flux.Jpeg.Core -Version 0.7.1
<PackageReference Include="Flux.Jpeg.Core" Version="0.7.1" />
paket add Flux.Jpeg.Core --version 0.7.1
#r "nuget: Flux.Jpeg.Core, 0.7.1"
// Install Flux.Jpeg.Core as a Cake Addin #addin nuget:?package=Flux.Jpeg.Core&version=0.7.1 // Install Flux.Jpeg.Core as a Cake Tool #tool nuget:?package=Flux.Jpeg.Core&version=0.7.1
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35-client is compatible. |
Silverlight | sl5 is compatible. |
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.
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.