Image Processing in web api or in C#
I need image Processing using c# or web api same as like in android app. I upload simple phote and then i convert that photo in other photo. Please check attachment for in which way i need to convert simple photo in to another photo.

Mageshwaran RPosted Nov 23, 2019, 11:49 AM
Maen BadwanPosted Oct 17, 2018, 8:57 AM
If yes, you can try the JavaScript image processing functions from LEADTOOLS and use them in your C# ASP.NET application at the client side.
More details can be found here:
https://www.leadtools.com/help/leadtools/v20/dh/javascript/to/leadtools-javascript-image-processing.html
Also, you can find an online demo here:
http://demo.leadtools.com/JavaScript/ImageProcessing/
Note that if you prefer applying these image processing functions at the server side directly using .NET classes, you can also using LEADTOOLS .NET Image processing functions.
Sai SherlekarPosted Apr 7, 2018, 5:01 AM
Do you want to resize photo?