什么是最好的JavaScript图像处理库? [英] What is the best JavaScript image processing library?

查看:86
本文介绍了什么是最好的JavaScript图像处理库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的网站需要一些踢屁股效果,如高斯模糊,噪点,卷积滤镜,形态操作等。
所有效果必须动态应用(无渲染前渲染图像)并随时间变化。

I need some kick-ass effects for my web site, like gaussian blur, noise, convolution filters, morphological operations etc. All effects must be applied dynamically (no pre-renderend images) and being changed over time.

什么是最强大的图像处理库,用JavaScript实现?

What is the most powerful image processing library, implemented in JavaScript ?

推荐答案

Pixastic 是我唯一知道的,但并非所有方法都完全跨浏览器兼容 - 它们依赖于HTML5 canvas 元素的功能,这些功能在Internet Explorer中不可用,即使使用exCanvas也是如此。

Pixastic is the only one I know of, but not all its methods are fully cross browser compatible - they rely on features of the HTML5 canvas element which are unavailable in Internet Explorer, even with exCanvas.

一些演示:

  • Noise
  • Blur
  • Emboss
  • Mosaic

其他链接:

  • Documentation
  • GitHub project page

这篇关于什么是最好的JavaScript图像处理库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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