简体   繁体   English

如何在Android应用程序中使用C#后端裁剪和调整图像大小?

[英]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. 我正在开发一个Android应用程序,该应用程序要求用户上传少量图像,然后裁剪并调整其大小以适合Web应用程序的设计。 I don't want to perform these operations on user device to avoid slugginess in application. 我不想在用户设备上执行这些操作以避免应用程序运行缓慢。 Please recommend some server side API or library. 请推荐一些服务器端API或库。

Try to take a look at Amend Library for Android(Java) and Amend Library for Android(C#) on GitHub. 尝试看看修改库为Android(Java)和修改库为Android(C#)在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 . 这是一个很棒的动态图像处理解决方案。我已经在多个应用中使用了它。它的重量轻巧,仅通过一个API调用就支持许多图像处理功能。 Documentation is available at Amend Website . 可在Amend网站上找到文档。 Also you can install the Amend package through Nuget from here . 您也可以从此处通过Nuget安装Amend软件包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么不能在ViewModel中声明的后端C#中填充数组? - Why can I not populate an array in my back-end C# that I declare in my ViewModel? C#中具有后端的跨平台聊天应用程序的方法 - Approach for cross platform chat application with back-end in c# 如何配置后端C#服务器? - How to configure back-end C# server? 使用 Datatable.js 时,如何将我点击的页面编号发送回我的后端? (有一些小问题) - When using Datatable.js, How do I send the number of the page I clicked back to my back-end? (with some few minor issues) C#裁剪并调整大图像的大小 - C# Crop & resize large images 从前端接收 GMT +0 日期字符串时,如何在后端使其成为 GMT +2 日期对象? - When receiving a GMT +0 date string from front-end, how do I make it a GMT +2 Date object in my back-end? C# 控制台应用程序(游戏后端):最简单(但也可扩展)的托管方式是什么? - C# Console Application (game back-end): What's the easiest (but also scalable) way to host it? 如何将对象数组从 Angular 前端传递到 C# 后端 - How to pass Array of Objects from Angular Front-end to C# Back-end 如何使用 C# 裁剪图像? - How do I crop an image using C#? C ++客户端和C#后端使用协议缓冲区? - protocol buffers with C++ client and C# back-end?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM