blue-noise 0.1.1

Black and white image dithering using blue noise
1
2
3
4
5
6
7
8
9
10
11
12
13
name: bluenoise
version: "1.0"
author: Matthew Blode <m@blode.co>
about: Blue noise image dithering
args:
    - INPUT:
        about: Sets the input file to use
        required: true
        index: 1
    - OUTPUT:
        about: Sets the output file to use
        required: true
        index: 2