简体   繁体   中英

How do I crop and resize images using C# back-end for my android application?

I am developing an android application which requires users to upload few images and then crop and resize them to fit in design of a web application. I don't want to perform these operations on user device to avoid slugginess in application. Please recommend some server side API or library.

Try to take a look at Amend Library for Android(Java) and Amend Library for Android(C#) on GitHub. It is an awesome and on the fly image processing Solution.I have used it in multiple applications.It is very light weighted and support many image processing features through just one API call . Documentation is available at Amend Website . Also you can install the Amend package through Nuget from here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM