DualPaper ========= A Python program that generates wallpaper for dual-head desktops. Usage:: dualhead.py WIDTHxHEIGHT[-WIDTHxHEIGHT] FILENAME [FILENAME] -o OUTPUTFILE Examples:: dualhead.py 1024x768-1280x1024 gnomerocks.jpg -o gnomerocks2x.jpg Creates a 2304x1024 image with two scaled copies of gnomerocks.jpg: one positioned at (0x0)-(1024x768), the other at (1024x0)-(2304x1024). dualhead.py 1024x768 gnomerocks.jpg ubunturocks.jpg -o wallpaper.jpg Creates a 2048x768 image with two scaled images: gnomerocks.jpg positioned at (0x0)-(1024x768), ubunturocks.jpg positioned at (1024x0)-(2048x768). Requirements ------------ You need Python (2.3 or later should work) and PIL (Python Imaging Library). Licence ------- Copyright (c) 2006 Marius Gedminas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA