I\'m writing a HttpHandler
in C# which serves resized images and blah blah blah... No troubles, we have millions of handlers to use as reference.
The pr
If you are looking for cropping your image, you could use the Microsoft Cognitive Service named Face API which delimiters the face of all persons on your photo, it gives you back a JSON which has the elements to return you a Rectangle struct, then you can Crop and Resize your image as you want.
Here you can see more informationa about it: FaceAPI