DonnieXu / blur-java

Gaussian Blur using Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Demo of Gaussian Blur using Java

This repo contains demonstration of compression of images using Gaussian Blur. The images are scaled down to 200x200 size and a Gaussian blur is applied.

The best use of this mechanism is in transferring preview images over mobile network.

###Input [Height = 3264, Width = 2448, Size = 1.2 MB]

###Output [Height = 200, Width = 200, Size = 4KB]

##Usage

git clone
gradle fatjar
cd build/libs
java -jar blur-java-1.0.jar

About

Gaussian Blur using Java


Languages

Language:Java 100.0%