Instagram的滤镜图像处理asp.net [英] Instagram Filter Image Manipulation asp.net

查看:130
本文介绍了Instagram的滤镜图像处理asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发现这个。然而,它是PHP,它等效库asp.net存在?

I've found this. However it is for php, does an equivalent library exist for asp.net?

有没有类似这样的ASP.net任何模仿的那种过滤器,你会发现在Instagram的?

Is there anything similar to this for ASP.net that mimics the kind of filters you'll find on instagram?

推荐答案

我最近发现 AForge.net 这其中包括很多事情会做的图像处理,提供基本的过滤器的选择量,我相信将能够实现什么,我需要它。在那里的网站上的文档也确实不错。

I've recently found AForge.net which amongst many things will do image processing and has a select amount of basic filters I believe will be able to achieve what I need it for. The docs on there site are also really good.

要应用怀旧滤镜到图像:

To apply a Sepia filter to an image:

Bitmap bmp = new Bitmap(pathToImage);

Sepia filter = new Sepia();

filter.ApplyInPlace(bmp);

这篇关于Instagram的滤镜图像处理asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆