Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

quamotion/AS.TurboJpegWrapper

Repository files navigation

.NET wrapper for libjpeg-turbo

Build Status

libjpeg-turbo is a JPEG image codec that uses processor instructions to accelerate JPEG compression and decompression.

This library provides .NET wrappers for libjpeg-turbo, allowing you to use it from any .NET language, such as C#.

For Windows (32-bit and 64-bit), macOS (all versions) and Linux (Ubuntu 16.04 only), the NuGet package includes libjpeg-turbo. For other Linux distributions, you need to install libjpeg-turbo using your package manager.

Installation

Install using the command line:

Install-Package Quamotion.TurboJpegWrapper

macOS - .NET Core

Make sure you also include a reference to System.Drawing.Common: dotnet add package System.Drawing.Common

Credits

The code in this repository is forked from https://bitbucket.org/Sergey_Terekhin/as.turbojpegwrapper/