Git Product home page Git Product logo

paint.rip's Introduction

paint.rip

paint.rip

A simple Java application to manipulate, sort and distort images in a variety of ways.

Features

  • Open, Save and Resize images
  • Flip Images

Effects

Grayscale

grayscale

Converts the image to grayscale.

Possible options:

  • Treshold (0-256) - The value at which the image is converted to black and white.

Invert

invert

Inverts the colors of the image.

Possible options:

  • Treshold (0-256) - The value at which the image is going to be inverted.

Invert with Treshold

invert with treshold

Inverts the colors of the image with a treshold of 100.

Melt

melt

Melt a color into the image. In the example below, the red color is melted into the image.

Possible options:

  • Color - The color to melt into the image.
  • Treshold (0-256) - The value at which the image is going to be melted.

Black and White

black and white

Distorts the image to black and white.

Possible options:

  • Treshold (0-256) - The value at which the image is converted to black and white.

Row Slicer

row slicer

Fully distorts the image by sorting the rows of the image.

Possible options:

  • RowSlicerMode - The mode of the row slicer. (RED, GREEN, BLUE)
  • RowSlicerDirection - The direction of the row slicer. (ROW, COLUMN)

Cos Sin Shuffler (Low Modulo Settings)

cos sin shuffler

Shuffles the image by using the cos and sin functions.

Possible options:

  • Modulo - The modulo of the cos and sin functions.

Cos Sin Shuffler (High Modulo Settings)

cos sin shuffler

Noise Shuffler

noise shuffler

Turns the image into random noise.

paint.rip's People

Contributors

maxopxam avatar shukaaa avatar

Watchers

 avatar

paint.rip's Issues

Add Shortcuts

STRG + S = Save
STRG + Z = Undo
STRG + SHIFT + Z = Redo

Adding Presets

Adding Presets that contain Effects and there setting, and save them as a file

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.