iron-software / IronSoftware.System.Drawing

An open-source System.Drawing.Common replacement for .NET 5 and above on all platforms. Bringing together System.Drawing, Maui, and ImageSharp's Bitmap, Image, Font, and Shape types via an agnostic free NuGet package.
Other
114 stars 18 forks source link

Implement Image Interface #115

Closed djrecipe closed 2 months ago

djrecipe commented 2 months ago

Implement Image Interface

This change allows images to be shared across projects without requiring a hard reference to the IronSoftware.System.Drawing package

Type of change