Skip to content

Latest commit

 

History

History
85 lines (48 loc) · 1.84 KB

README.md

File metadata and controls

85 lines (48 loc) · 1.84 KB

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.