ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.07k stars 238 forks source link

ImageSharp no longer in Alpha #228

Open BloodBaz opened 2 years ago

BloodBaz commented 2 years ago

Readme.md points out that ImageSharp is in Alpha but this project has now at version 2.1.1 and stable. All it requires is an update to Readme.md - maybe even remove the comment about ImageSharp altogether. Thanks

Jedmeyer commented 2 years ago

I ended up publishing a sloppy fork of this because I had the same thought, but I had to drop support for .netstandard1.3. I don't plan to maintain it, but use it in the meantime if you want the updated dependency. I just had a deadline.

https://www.nuget.org/packages/PdfSharpCore.Jedmeyer/

m-gallesio commented 2 years ago

Moreover, would upgrading to ImageSharp 2.X cause any breaking changes?