Skip to content

yuriimakohon/pixelizator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelizator

Web-app for pixelating images with some settings

photo

Installation

  1. git clone https://github.com/yuriimakohon/pixelizator
  2. Apply maven wrapper: mvn -N io.takari:maven:wrapper
  3. Build: ./mvnw clean package
  4. Run server: ./wvnw tomcat7:run
  5. Check site: http://localhost:8080/pixelizator

How to pixelate images

  • Select image on file chooser
  • Choose pixel scale size
  • Choose pixelating algorithm
  • Press Pixelate button

Functional

  • File loading from your pc
  • Two pixelating algorithm: rough and smooth
  • Pixel scale setting
  • Downloading in several formats
  • Some info about source image

Algorithm

Smooth

smooth algo

  • Calculates the average of all pixels for each of the RGB channels
  • Applies to all pixels

Rough

smooth algo

  • Take color of central pixel
  • Applies to all pixels

Gallery

Rough algorithm

img5

img6

img8

img7

Smooth algorithm

img1

img2

img3

img4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published