ImageLibJS---An easy-to-use image processing library in JavaScript
ImageLibJS---一个易使用的JavaScript图像处理库
Learn ImageLibJS from belowing samples (从以下示例开始学习):
Demos for ImgArray class
Demos for Img class
Img类提供了图像对象,主要功能是进行图像的输入/输出,提供了toarray()方法,转为ImgArray对象,提供了fromarray()方法,将ImgArray对象转为Img类。
API文档
API usage