如何使用 C# 后端为我的 android 应用程序裁剪和调整图像大小?
How do I crop and resize images using C# back-end for my android application?
我正在开发一个 android 应用程序,它要求用户上传少量图像,然后裁剪和调整它们的大小以适应 Web 应用程序的设计。我不想在用户设备上执行这些操作以避免应用程序迟缓。请推荐一些服务器端 API 或库。
试着看看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。
我正在开发一个 android 应用程序,它要求用户上传少量图像,然后裁剪和调整它们的大小以适应 Web 应用程序的设计。我不想在用户设备上执行这些操作以避免应用程序迟缓。请推荐一些服务器端 API 或库。
试着看看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。