Skip to content

MagicScaler 0.12.1.0

Compare
Choose a tag to compare
@saucecontrol saucecontrol released this 11 May 19:55
· 127 commits to master since this release

Breaking Changes

  • Removed the previously obsoleted BuildPipeline overload that accepts ReadOnlySpan<byte>. This was meant to have been removed in the v0.12.0 release.

Fixes

  • Fixed a possible NullReferenceException when a PixelSource referenced only by a WIC component was garbage collected while still in use #69.

Behavioral Changes

  • When saving an AdobeRGB image to PNG format, a compatible V4 ICC profile will be embedded. This was the only remaining normalized color space that lacked a V4 profile.
  • IYccImageFrame sources in video YUV format are now converted correctly to full-range before output regardless of whether they pass through any other filters.