V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
jrainlau
V2EX  ›  前端开发

lowpoly.js——能够生成 Low Poly 风格图片的 js 库

  •  2
     
  •   jrainlau · 2016-10-25 09:09:30 +08:00 · 2742 次点击
    这是一个创建于 2712 天前的主题,其中的信息可能已经有所发展或是发生改变。

    https://github.com/jrainlau/LowPolifier

    What's it?

    lowpoly.js is a JS liberary which can style an image with Low Poly.

    Img

    Img

    Install

    npm install lowpoly
    

    Usage

    Note that lowpoly.js was written in ES6, it would work fine in the lastest version of morden browsers, or use it with Babel.

    import LowPoly from 'lowpoly'
    
    new LowPoly(src, config) .init() .then((data) => { ... })
    

    After the init() function, it will returns a promise, which includes a base64 source of the low-poly style image.

    Params

    | Param | Type | Description | | --- | --- | --- | | src | {String} | Address of an original image | | config | {Object} | The configuration object |

    The configuration object might take 6 properties:

    EDGE_DETECT_VALUE: Lower this to increase edge contrast sensitivity.

    POINT_RATE: Number of points distribution ratio of points (number) on the edge, detail, generated higher see console.

    POINT_MAX_NUM: Maximum points sampled. Higher = more detail.

    BLUR_SIZE: Smaller is more detailed.

    EDGE_SIZE: Larger is more detailed.

    PIXEL_LIMIT: Images may have this many pixels at most (width x height) or will be resampled. Have had no trouble setting this to ~10,000,000 or more.

    License

    MIT

    9 条回复    2016-10-25 15:57:12 +08:00
    lxrmido
        1
    lxrmido  
       2016-10-25 09:20:49 +08:00
    不错
    Shared
        2
    Shared  
       2016-10-25 09:55:57 +08:00
    看楼主的代码学到了新知识。不过 blog 没 RSS 好可惜
    vimutt
        3
    vimutt  
       2016-10-25 11:06:51 +08:00
    感觉很不错啊 不熟悉 nodejs 能不能给个简单的可运行的实例啊
    Phariel
        4
    Phariel  
       2016-10-25 11:10:47 +08:00 via Android
    为什么代码注释是日文。
    hronro
        5
    hronro  
       2016-10-25 13:29:56 +08:00
    日本人?还是说这个不是楼主自己写的?
    jrainlau
        6
    jrainlau  
    OP
       2016-10-25 14:53:23 +08:00
    @Phariel 日文的那一段是 fork 的,仔细看注释有 fork 的地址哦
    jrainlau
        7
    jrainlau  
    OP
       2016-10-25 14:53:32 +08:00
    @hronro 日文的那一段是 fork 的,仔细看注释有 fork 的地址哦
    jrainlau
        8
    jrainlau  
    OP
       2016-10-25 14:54:21 +08:00
    @vimutt 这不是 node 呀,就一个普通的 js 库,不过是用了 es6 的特性而已,用法很简单的,看文档就可以啦
    ClassicOldSong
        9
    ClassicOldSong  
       2016-10-25 15:57:12 +08:00 via Android
    有意思,先 star
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2772 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 12:29 · PVG 20:29 · LAX 05:29 · JFK 08:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.