Web-app for pixelating images with some settings
git clone https://github.com/yuriimakohon/pixelizator- Apply maven wrapper:
mvn -N io.takari:maven:wrapper - Build:
./mvnw clean package - Run server:
./wvnw tomcat7:run - Check site: http://localhost:8080/pixelizator
- Select image on
file chooser - Choose
pixel scalesize - Choose pixelating algorithm
- Press
Pixelatebutton
- File loading from your pc
- Two pixelating algorithm: rough and smooth
- Pixel scale setting
- Downloading in several formats
- Some info about source image
- Calculates the average of all pixels for each of the RGB channels
- Applies to all pixels
- Take color of central pixel
- Applies to all pixels










