DataBender is a Java-based GUI application that allows you to manipulate images in various ways. With DataBender, you can:
- Invert the pixel colors of an image
- Randomize the pixel colors of an image
- Encode and decode a steganographic image
- Apply chromatic aberration to an image
- (More effects are and refinement of techniques are planned)
- Apply a blur effect
- Apply a line bold glitch effect
In order to use DataBender, you will need the following:
Java SE 8 or later
A compatible operating system (Windows, Mac, Linux) After some testing it turns most files will not work on Linux, but some do
To get started with DataBender, follow these steps:
Clone or download the DataBender repository from GitHub
Open the project in your preferred Java development environment
Build and run the project
Once you have DataBender up and running, you can begin using it to manipulate images. Simply follow the prompts in the GUI to choose an image file and select the desired manipulation.
I welcome contributions to DataBender! If you have an idea for a new feature or have found a bug that you'd like to fix, please feel free to open a pull request.