-
Notifications
You must be signed in to change notification settings - Fork 56
Render using SkiaSharp #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I recommend using Sixlabors.Imagesharp images, very fast implementation, I implemented only grayscale spectrograms with that by extending ImageMaker class. |
Hi, sorry to bother. |
Don't do skiasharp man, I tried it's dead end. Do Sixlabors.Imagesharp it's working everywhere, very fast efficient, free AND as I wrote only need to create custom ImageMaker class which will be using this img lib, I didn't manage to update pixel array but only one by one pixel updating L8 bmp values but still lightning fast. I spent one whole day on skiasharp and didn't figure out so this was waay more easy to do. |
SkiaSharp allows this project to be used in Blazor |
Hi! |
publishing 2.0.0-alpha (a preview package) now, resolving this issue |
Now that System.Drawing.Common lost Linux support in .NET 7
Related: #49
The text was updated successfully, but these errors were encountered: