A simple Java application to manipulate, sort and distort images in a variety of ways.
- Open, Save and Resize images
- Flip Images
Converts the image to grayscale.
Possible options:
- Treshold (0-256) - The value at which the image is converted to black and white.
Inverts the colors of the image.
Possible options:
- Treshold (0-256) - The value at which the image is going to be inverted.
Inverts the colors of the image with a treshold of 100.
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.
Distorts the image to black and white.
Possible options:
- Treshold (0-256) - The value at which the image is converted to black and white.
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)
Shuffles the image by using the cos and sin functions.
Possible options:
- Modulo - The modulo of the cos and sin functions.
Turns the image into random noise.