MozJpegSharp.Core
3.0.8
dotnet add package MozJpegSharp.Core --version 3.0.8
NuGet\Install-Package MozJpegSharp.Core -Version 3.0.8
<PackageReference Include="MozJpegSharp.Core" Version="3.0.8" />
paket add MozJpegSharp.Core --version 3.0.8
#r "nuget: MozJpegSharp.Core, 3.0.8"
// Install MozJpegSharp.Core as a Cake Addin
#addin nuget:?package=MozJpegSharp.Core&version=3.0.8
// Install MozJpegSharp.Core as a Cake Tool
#tool nuget:?package=MozJpegSharp.Core&version=3.0.8
Managed wrapper for MozJPEG. Does not include native binaries. For a version including native binaries look at the MozJpegSharp convenience package. MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
-
.NETStandard 2.1
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MozJpegSharp.Core:
Package | Downloads |
---|---|
MozJpegSharp.GdiPlus
GDI+ extension methods for MozJpegSharp. Install this package if you want to compress System.Drawing.Bitmap objects using MozJPEG. Requires libgdiplus to be installed on macOS and Linux. For better cross-platform compatibility look at MozJpegSharp.SkiaSharp. MozJpegSharp is a managed wrapper for MozJPEG. Includes native MozJPEG binaries for Windows, macOS and Linux. MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. |
|
MozJpegSharp
Managed wrapper for MozJPEG. This is a convenience package to easily install the managed wrapper as well as the native binaries. For easier usage with imaging/graphics libraries, see also MozJpegSharp.SkiaSharp and MozJpegSharp.GdiPlus. MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. |
|
MozJpegSharp.SkiaSharp
SkiaSharp extension methods for MozJpegSharp. Install this package if you want to compress SKBitmap objects using MozJPEG. MozJpegSharp is a managed wrapper for MozJPEG. Includes native MozJPEG binaries for Windows, macOS and Linux. MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. |
GitHub repositories
This package is not used by any popular GitHub repositories.