Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuget package question #9

Open
ChristopherRobinSuperStar opened this issue Aug 16, 2017 · 7 comments
Open

nuget package question #9

ChristopherRobinSuperStar opened this issue Aug 16, 2017 · 7 comments

Comments

@ChristopherRobinSuperStar

Is there a nuget package for it? And how it is compatible with NET CORE?

@JosePineiro
Copy link
Owner

JosePineiro commented Aug 31, 2017 via email

@kraxarn
Copy link

kraxarn commented Aug 9, 2019

Maybe a bit late, but it's not compatible with .NET Core (at least not 2.2) as System.Drawing.Bitmap and System.Drawing.Imaging.BitmapData is not compatible.

@alex-oswald
Copy link

alex-oswald commented Nov 8, 2019

Both of those types are in System.Drawing.Common.dll and they work in .NET Core.

https://www.nuget.org/packages/System.Drawing.Common/4.6.0

@kraxarn
Copy link

kraxarn commented Nov 8, 2019

As it is GDI+, it is Windows only, so no.

@alex-oswald
Copy link

That is a different question and a different answer. You didn't ask if it worked cross platform. It is compatible with .NET Core. I'm using Bitmaps in a production .NET Core 3 app using that library.

@JosePineiro
Copy link
Owner

Please, test https://github.com/stulzq/dotnetcore-image

@justintoth
Copy link

+1 for having this in a nuget package, that is the standard way to consume these 3rd party libraries!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants