https://github.com/jaymon/blurg
A small Python script to take images from one directory, blur them, and put them in another directory
https://github.com/jaymon/blurg
Last synced: 2 days ago
JSON representation
A small Python script to take images from one directory, blur them, and put them in another directory
- Host: GitHub
- URL: https://github.com/jaymon/blurg
- Owner: Jaymon
- Created: 2013-08-12T01:46:36.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T01:53:51.000Z (almost 13 years ago)
- Last Synced: 2025-02-26T08:32:19.326Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blurg
A small command line script to take images from one directory, blur them, and put them in another directory.
I like blurry desktop backgrounds, not sure why, but I do, but I found opening a program like photoshop and blurring them myself took way too long, so I never had the amount of blurred background images I craved, this script solves that problem, which, admittedly, might be specific only to me.
## Installation
You have to have PIL installed.
You can grab pre-compiled PIL binaries for Windows [here](http://www.pythonware.com/products/pil/#pil117).
I think every other system can probably install PIL using pip:
pip install PIL
Then you can install blurg using pip:
pip install git+https://github.com/Jaymon/blurg#egg=blurg
## Use
You use Blurg via the command line, to see all the arguments you can pass in:
blurg --help
As an example, here is how I would call it:
$ blurg --in-dir "/path/to/Dropbox/Wallpaper/unprocessed" --out-dir "/path/to/Dropbox/Wallpaper/processed"
You can tweak the blur amount if you don't like the default radius of 50.
# License
Public Domain