|
|
@@ -9,22 +9,22 @@ Here is the example of program usage result. |
|
|
|
|
|
|
|
Original image: |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
GIMP Gaussian blur (radius = 15): |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
Gblur (sigma = 5): |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
Downloading |
|
|
|
----------- |
|
|
|
|
|
|
|
You can clone this repo with git: |
|
|
|
|
|
|
|
git clone https://bitbucket.org/ivnglkv/gblur |
|
|
|
git clone https://git.ivnglkv.ru/ivnglkv/gblur.git |
|
|
|
|
|
|
|
## Dependencies |
|
|
|
|
|
|
@@ -48,16 +48,16 @@ Output binary will be placed into `build` directory. |
|
|
|
Options: |
|
|
|
|
|
|
|
-i: path to file with input RGB JPEG image. |
|
|
|
-o: path to file where blurred RGB JPEG image will be recorded. If no path will be specified, input file will be overwritten! |
|
|
|
-o: path to file where blured RGB JPEG image will be recorded. If no path will be specified, input file will be overwritten! |
|
|
|
-s: radius of blur. Default is 5. |
|
|
|
-h: show this help. |
|
|
|
|
|
|
|
Example of usage: |
|
|
|
|
|
|
|
gblur -i /home/user/Images/img.jpg -o /home/user/Images/blurred_img.jpg -s 5 |
|
|
|
gblur -i img.jpg -o blured_img.jpg -s 5 |
|
|
|
|
|
|
|
## License |
|
|
|
|
|
|
|
Copyright (c) 2016, Golikov Ivan |
|
|
|
|
|
|
|
Licensed under [The BSD-3 Clause License](https://bitbucket.org/ivnglkv/gblur/raw/0521da63df805fabceff8ca0ac0a372ec24a5579/LICENSE) |
|
|
|
Licensed under [The BSD-3 Clause License](https://git.ivnglkv.ru/ivnglkv/gblur/src/branch/master/LICENSE) |