Spectrogram icon indicating copy to clipboard operation
Spectrogram copied to clipboard

Spectrogram 2.0 using SkiaSharp

Open swharden opened this issue 3 years ago • 0 comments

Spectrogram 1.x uses System.Drawing (GDI+) to create graphics, but this will no longer be supported cross-platform starting with .NET 7. This PR explores using SkiaSharp to create graphics instead, and aims to simplify the API in the process.

swharden avatar Jul 15 '22 02:07 swharden