Files
Electron.NET/ElectronNET.API
Daniel Gidman 86644e7366 #637 Conversion to use ImageSharp rather than System.Drawing.Common for cross platform compatibility.
Breaking Changes:

* `System.Drawing.Common` is dropped and `SixLabors.ImageSharp` is introduced.
* uses of `NativeImage.CreateFromBitmap(bitmap, options);` is no longer supported, will cause failed builds.

Unexpected Behaviors:

* uses ToDataUrl will always create png data urls, unexpected output may happen for those that manipulate this output expecting a different data url format.

Obsoletions:

* `CreateFromBitmapOptions` & `CreateFromBufferOptions` have been consolidated into `CreateOptions`. Implicit conversions added to ease transition.
* `ToBitmapOptions`, `ToDataUrlOptions`, `ToPngOptions` & `BitmapOptions` have been consolidated into `ImageOptions`. Implicit conversions added to ease transition.
2022-01-26 11:07:48 -06:00
..
2020-08-21 12:13:38 +02:00
PR
2020-08-21 12:27:31 +02:00
2020-05-06 19:17:25 -04:00
2017-10-12 22:31:51 +02:00
2019-05-18 02:00:56 +02:00
2021-01-18 19:52:58 -06:00
2019-05-18 02:00:56 +02:00
2020-06-12 13:32:26 +02:00
PR
2020-08-21 12:27:31 +02:00
2020-05-20 18:58:31 +02:00
2019-05-18 02:00:56 +02:00
2019-10-03 22:30:58 +02:00
2020-05-31 03:09:54 +02:00
2019-05-18 02:00:56 +02:00