TurboJpeg.NET.Extensions.GDIPlus 3.1.0.4
TurboJpeg.NET is a C# .NET Standard 2.0 compliant implementation of libjpeg-turbo, allowing for much faster JPEG encoding and decoding.
Supported:
JPEG encoding
JPEG decoding
JPEG transformation - crop, flip, turn etc.
You also might need native libraries for your platform, for this you should look at TurboJpeg.NET.Native.Windows for Windows. For other platforms please look at https://github.com/libjpeg-turbo/libjpeg-turbo
Also, you might want to look at TurboJpeg.NET.Extensions.GDIPlus for GDI+ extensions. Or TurboJpeg.NET.Extensions.SkiaSharp for SKBitmap extensions.
No packages depend on TurboJpeg.NET.Extensions.GDIPlus.
TurboJpeg.NET 3.1.0.4 has a small change - if you get an error initializing your TurboJPEG library you can initialize it manually by calling JpegInitializer.Initialize(string dllPath)
.NET Standard 2.0
- TurboJpeg.NET.Native.Windows (>= 3.1.0.4)
- TurboJpeg.NET (>= 3.1.0.4)
- System.Drawing.Common (>= 8.0.11)