ContinuWall
is an image tile manager written in Python. It's primarily serves to split a wallpaper into separate images for each of your displays.
- Split countless images:
continuwall /path/to/your/wallpapers/*
- Configure to your exact display setup:
continuwall config
- (will do this automatically the first time)
First make sure you have Pillow installed (pip install Pillow
; you may need to do easy_install pip
)
Then simply run ./setup install
- Be sure to set your wallpaper size to 'Fit to Screen'
Because at work I was given a triple monitor setup, but the displays were not the same size. When I tried to split a wallpaper into even thirds, it didn't look right. Maybe manually cropping a single wallpaper would be easy, but if you're like me, you want a program like this so you can try hundreds ^^;
Currently ContinuWall
only supports Mac. Future support for other OS's is unlikely, but feel free to contribute and make a pull request.