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
Changed the interfaces that have a property or method that is different per quantum (Q8/Q16/Q16-HDRI) to a generic interface (e.g. IMagickImage<TQuantumType>)
Removed implicit casts from various classes.
Moved interfaces and some of the class to a new library called Magick.NET.Core to make it possible to add extensions methods that work for all quantums.
Changed System.Drawing methods into extension methods and moved it to a separate library and added support for netstandard20.
Changed System.Windows.Media methods into extension methods and moved it to a separate library.
Added method to get the pointer to a pixel area to the IUnsafePixelCollection.