Giter Site home page Giter Site logo

noisenoice's Introduction

NoiseNoice (NoiNoi)

Perlin Noise Generator Seperated for Red, Green, and Blue.

JSON Settings file

The default settings

{
    "division" : 1,
    "opacity" : 0.05,
    "rgapx" : 0,
    "rgapy" : 0,
    "iterations" : 1,
    "R" : {
        "scale" : 0.1,
        "octaves" : 3,
        "persistence" : 0.1,
        "amplifier" : 0.1,
        "frequency" : 0.1
    },
    "G" : {
        "scale" : 0.1,
        "octaves" : 3,
        "persistence" : 0.1,
        "amplifier" : 0.1,
        "frequency" : 0.1
    },
    "B" : {
        "scale" : 0.1,
        "octaves" : 3,
        "persistence" : 0.1,
        "amplifier" : 0.1,
        "frequency" : 0.1
    }
}

Description of settings

Setting Type Description
division int Divides the noise resolution, High values for large images will be faster.
opacity double Opacity of the noise to show.
rgapx int Number of Randomized Pixel gap in X Position, zero for no gaps.
rgapy int Number of Randomized Pixel gap in Y Position, zero for no gaps.
iterations int Number of times to put noise. The opacity will multiply if iterations is more than one.

Settings for each color

Setting Type Description
scale double Scale of the Noise,
octaves int Octaves of the noise.
persistence double Persistence of the noise
amplifier double Amplification of the noise
freqency double Frequency of the noise

Run on Terminal

NoiseNoice.exe [input] [output] [json file]

[input] Input Image to create a noise on.

Leaving only the input will open the gui with the Image.

[output] Output location of the Image processed with noise.

[json file] Location of the .json file.

This will print the settings. Leaving this empty will generate random settings.

Images

Image Campanula with waterdrops.jpg from Wikimedia Commons

image

image

Create images with a given Pixel size

image

noisenoice's People

Contributors

uuwai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.