You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have this run on .NET core so I can run it on my Linux VPS (although it should work under Mono as is).
Remove the dependency on System.Drawing. This is used for the image resizing/resampling and conversion to GIF.
I'd like to have this run on .NET core so I can run it on my Linux VPS (although it should work under Mono as is).
Remove the dependency on System.Drawing. This is used for the image resizing/resampling and conversion to GIF.
A quick look shows that either ImageSharp (https://github.com/JimBobSquarePants/ImageSharp) or SkiaSharp (https://github.com/mono/SkiaSharp) would be good replacements.
The text was updated successfully, but these errors were encountered: