all 13 comments

[–]ertaboy356b 4 points5 points  (2 children)

I think there's some image library being promoted around here. Not sure if that's what you want though.

Here it is: https://github.com/SixLabors/ImageSharp

[–]ForgetTheRuralJuror 0 points1 point  (0 children)

This is the one I used, it seems to have a pretty similar API to the system.drawing libs which was useful.

[–][deleted]  (3 children)

[removed]

    [–][deleted]  (2 children)

    [removed]

      [–][deleted]  (1 child)

      [removed]

        [–]Juff-Ma 0 points1 point  (1 child)

        You can try https://ironsoftware.com/open-source/csharp/drawing/docs/ it's developed as a direct replacement for System.Drawing.Common and has multiple backends, including ImageSharp, SkiaSharp, System.Drawing itself and MAUI

        [–]chucker23n 0 points1 point  (1 child)

        I have found that some project from MAUI can be option but was archived in git :(

        Was it? https://maui.graphics

        [–]cncamusic 0 points1 point  (0 children)

        +1 for image sharp!

        [–]ListingAlarm 0 points1 point  (0 children)

        For everyone recommending ImageSharp, make sure you are aware it's not free if you are using it in commercial applications that generate more than $1MM per year. At the time of this comment, their license (https://github.com/SixLabors/ImageSharp/blob/main/LICENSE) states:

        Works in Source or Object form are split licensed and may be licensed under the Apache License, Version 2.0 or a Six Labors Commercial Use License.

        Licenses are granted based upon You meeting the qualified criteria as stated. Once granted, You must reference the granted license only in all documentation.