get-pixels:将图像读入ndarray

时间:2024-05-03 22:23:11
【文件属性】:

文件名称:get-pixels:将图像读入ndarray

文件大小:474KB

文件格式:ZIP

更新时间:2024-05-03 22:23:11

JavaScript

获取像素 给定URL /路径,获取图像中的所有像素,然后将结果作为返回。 使用100%JavaScript编写,可在browserify和node.js中使用,并且没有外部本机依赖项。 当前支持以下文件格式: PNG JPEG GIF 例子 var getPixels = require ( "get-pixels" ) getPixels ( "lena.png" , function ( err , pixels ) { if ( err ) { console . log ( "Bad image path" ) return } console . log ( "got pixels" , pixels . shape . slice ( ) ) } ) 安装 npm install get-pixels require("get-pixels"


【文件预览】:
get-pixels-master
----package.json(1KB)
----dom-pixels.js(3KB)
----test()
--------test_pattern.jpg(4KB)
--------test.js(6KB)
--------test_pattern.png(183B)
--------test_pattern.ppm(2KB)
--------lena.png(463KB)
--------test_pattern.bmp(326B)
--------test_pattern.gif(88B)
----LICENSE(1KB)
----.npmignore(105B)
----node-pixels.js(4KB)
----.gitignore(110B)
----README.md(1KB)

网友评论