CamanJS 浏览器在线图片处理插件,包含色调饱和度对比度亮度等

CamanJS 浏览器在线图片处理插件,包含色调饱和度对比度亮度等,非常强大

第一步我们引入bfwone

第二步执行插件

示例如下,可直接在线运行和编辑

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
            use(["caman.full"], function() {
                //  Caman.DEBUG = ('console' in window);
                Caman("#test-image", function() {
                    this.sunrise();
                    this.brightness(10);
                    this.contrast(30);
                    this.sepia(60);
                    this.saturation(-30);
                    this.render();
                    // this.render();
                });
            });
        });
    </script>
</head>
<body>
    <img id="test-image" src="//repo.bfw.wiki/bfwrepo/image/slicebox/1.jpg" />
    <canvas id="test-canvas"></canvas>
</body>
</html>


立即下载Caman.js查看所有js插件

网友评论0

程序员在线工具箱