Skip to content

Releases: georg-jung/MozJpegSharp

v3.0.2: Update MozJPEG, add osx-arm64 support, update System.Drawing.Common

04 Jan 11:17
Compare
Choose a tag to compare
  • Update MozJPEG to the latest commit as of 2022-08-15
  • Add osx-arm64 support
  • Improve transitive dependency native asset handling by using buildTransitive, see here
  • Fix NativeAssets package target frameworks: netstandard2.0 and net461
  • Update System.Drawing.Common to 5.0.3 which fixes a vulnerability

Breaking Changes

  • Upgrade System.Drawing.Common from 4.x to 5.x

v2.0.2

09 Aug 22:48
Compare
Choose a tag to compare
  • Update MozJPEG to version 2021-07-21
  • Add support for SkiaSharp
  • Split GDI+ support in second package
  • Add support for OS-installed mozjpeg(/libturbojpeg)
  • Restructure packages for better cross platform experience
  • Improve build process

Upgrading from v1:

  • if you used methods with System.Drawing.Bitmap in their signature, please also install the MozJpegSharp.GdiPlus package, in addition to MozJpegSharp