psh117 / AS.TurboJpegWrapperForUnity

Libjpeg-Turbo wrapper for .Net - Working fine with Unity and cross platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET wrapper for libjpeg-turbo compatible with Unity.

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# and also in Unity.

The original library has some difficulties to be used in Unity because of missing dependencies. This fork proposes an implementation that no longer uses them.

You can find a sample Unity project that uses this fork here : TurboJpegWrapperSampleUnity

Credits

The code in this repository is forked from https://github.com/quamotion/AS.TurboJpegWrapper

About

Libjpeg-Turbo wrapper for .Net - Working fine with Unity and cross platform

License:MIT License


Languages

Language:C# 60.5%Language:C 39.5%