Files
Electron.NET/ElectronNET.API/Entities
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-05-31 03:09:54 +02:00
2019-05-20 01:08:26 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-05-31 03:09:54 +02:00
2020-02-07 14:38:33 -05:00
2017-10-25 21:28:43 +02:00
2020-05-31 03:09:54 +02:00
2019-12-15 09:56:14 +01:00
2019-12-15 09:56:14 +01:00
2020-05-31 03:09:54 +02:00
2019-05-18 02:00:56 +02:00
2020-05-31 03:09:54 +02:00
2019-05-20 01:08:26 +02:00
2020-05-06 19:14:34 -04:00
2020-07-08 11:16:00 +02:00
2020-05-18 23:57:10 +02:00
2017-10-25 21:28:43 +02:00
2019-05-20 01:08:26 +02:00
2019-05-20 01:08:26 +02:00
2019-05-20 01:08:26 +02:00
2020-05-31 03:09:54 +02:00
2021-06-14 16:52:33 +03:00