Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

63 lines (34 loc) · 1.25 KB

Changes

What was released in specific version and what not, but is worked on.

 

Unreleased changes

nothing

 

1.1.1

Fixed

  • Poor performance and memory management of SkiaSharpReceiver

before

Method Mean Error StdDev Gen0 Allocated
GetPngStreamAsync 3.909 s 0.0766 s 0.0787 s 78000.0000 480.97 MB

after

Method Mean Error StdDev Allocated
GetPngStreamAsync 256.3 ms 2.37 ms 2.10 ms 12.21 MB

1.0.0

Fixed

  • Range calculation giving erroneous results when range does not match unit length.

 

0.0.4-rc

Change

  • NuGet's pushed in Release configuration instead of Debug

 

0.0.3-rc

Addition

  • NuGet's contain license information

 

0.0.1-rc

Fix

  • Downgraded SkiaSharp to 2.80.2 from 2.88.x because it produces corrupted output when working with FileStreams original issue.

Addition

  • PreCachedGradient that allows for faster color retrieval by cache lookup at the small off-by-one cost in precision.