smartcrop.js:内容感知图像裁剪-开源

时间:2024-08-07 08:39:27
【文件属性】:

文件名称:smartcrop.js:内容感知图像裁剪-开源

文件大小:4MB

文件格式:ZIP

更新时间:2024-08-07 08:39:27

开源软件

图像裁剪是许多 Web 应用程序中的常见任务。 通常只需切出图像的中心就可以了。 这通常是一种妥协,有时会惨遭失败。 Smartcrop.js 是我对内容感知图像裁剪进行实验的结果。 它使用相当简单的图像处理和一些规则来尝试创建更好的图像裁剪。 这个库还处于起步阶段,但早期的结果看起来很有希望。 如此忠实于早期发布,经常发布的开源咒语,我发布了 smartcrop.js 的 0.0.0 版。 Smartcrop.js 实现了一种算法来为图像找到好的裁剪。 它可以在浏览器中、节点中或通过 CLI 使用。 Smarcrop 需要对 Promise 的支持,对不受支持的浏览器使用 polyfill 或将 smartcrop.Promise 设置为您最喜欢的 Promise 实现(我推荐 bluebird)。


【文件预览】:
package.json
package-lock.json
LICENSE
examples
----images()
--------images.json(22KB)
--------flickr()
--------slideshow()
----q.js(57KB)
----testsuite.html(2KB)
----jquery.facedetection.min.js(203KB)
----jquery.js(267KB)
----slideshow.html(1KB)
----testbed.js(7KB)
----smartcrop-debug.js(2KB)
----testsuite.js(3KB)
----testbed.html(3KB)
----style.css(2KB)
----underscore.js(14KB)
----tracking-min.js(20KB)
----tracking-face-min.js(178KB)
----slideshow.js(3KB)
.eslintrc.js
README.md
smartcrop.js
bower.json
test
----benchmark-node.js(749B)
----benchmark.js(802B)
----benchmark.html(473B)
----index.html(683B)
----smartcrop.js(7KB)
.editorconfig
.prettierrc

网友评论