Jump to content

Image processing in .netcore


chef

Recommended Posts

Say, how are you guys processing images in .netcore?

 

Any recommended libraries, or namespaces to check out since the old non-conforming/non-cross-platform Image namespaces don't exist in .netcore 1.3.

 

It took me a while to remember how to use HttpClient instead of WebClient (anyone else miss the easy WebClient object?) ;)

 

Anyway, my plugin needs some extra image processing so I thought I'd ask since we're all coding .netcore here ;)

 

 

Link to comment
Share on other sites

Plugins shouldn't be using image processing directly because the library that is used will vary per platform.

Link to comment
Share on other sites

Plugins shouldn't be using image processing directly because the library that is used will vary per platform.

Cool! Was just going to check byte data coming from a stream and make sure it was actually an image, and not corrupted.

 

Instead I'll count the byte array length and log it.

 

Many thanks guys!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...