Skip to content

a web app for applying sequences of operations on an image in a graph, where each node represents transformation

Notifications You must be signed in to change notification settings

laudominik/filterflow

Repository files navigation

FilterFlow

FilterFlow is a web app for applying sequences of operations on an image. A tool for those interested in understanding filters better and applying simple operations on images. Heavily inspired by CyberChef.

Usage

See latest stable release.

Building

To build the project first install yarn

    npm install --global yarn

then the rest of the dependencies

    yarn install

after that

    yarn build
    yarn start

Contribution guidelines

commit convention

    ISSUE commit_message

eg.

    KAN-1 added_readme

Screenshots

preview

About

a web app for applying sequences of operations on an image in a graph, where each node represents transformation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published