Skip to content

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

License

Notifications You must be signed in to change notification settings

Sklinay/AS.TurboJpegWrapperForUnity

 
 

Repository files navigation

.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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.5%
  • C 39.5%